tagged [console]

Converting Color to ConsoleColor?

Converting Color to ConsoleColor? What is the best way to convert a `System.Drawing.Color` to a similar `System.ConsoleColor`?

What is the command to exit a console application in C#?

What is the command to exit a console application in C#? What is the command in C# for exiting a console application?

17 Jan at 22:40

Error "Missing operand after 'Bannon' operator" - what 'Bannon' operator is?

Error "Missing operand after 'Bannon' operator" - what 'Bannon' operator is? Working on a C# console app, I have a line: `rowsFound` is a `DataRow[]`, `tempUsers` is a `DataTable`, and `userData` is a...

24 Apr at 16:22

Can you execute another EXE file from within a C# console application?

Can you execute another EXE file from within a C# console application? Can you execute another EXE file from within a C# console application? - -

26 Aug at 19:49

What is console.log?

What is console.log? What is the use of `console.log`? Please explain how to use it in JavaScript, with a code example.

23 Jul at 15:55

.Net Console Application in System tray

.Net Console Application in System tray Is there a way I can put a console application in the system tray when minimizing ?

16 May at 15:13

Non-Blocking read from standard I/O in C#

Non-Blocking read from standard I/O in C# I want a non-blocking read function from console. How do I write that in C#?

21 Jul at 14:18

bring a console window to front in c#

bring a console window to front in c# How can I bring a console application window to front in C# (especially when running the Visual Studio debugger)?

17 Oct at 19:11

C# console application icon

C# console application icon Does anyone know how to set a C# console application's icon in the code (not using project properties in Visual Studio)?

26 Oct at 11:9

Read input from console in Ruby?

Read input from console in Ruby? I want to write a simple A+B program in ruby, but I have no idea how to work with the console.

2 Jul at 09:53

Why does my console application have command history?

Why does my console application have command history? I have written a console application, which is essentially a Console.ReadLine()-Loop. When the application is waiting for input, pressing the up a...

Advanced Console IO in .NET

Advanced Console IO in .NET What is the best way to write data to the text console at arbitrary locations on the screen and with custom fore/background colors?

13 Oct at 22:47

How do I find out what directory my console app is running in?

How do I find out what directory my console app is running in? How do I find out what directory my console app is running in with C#?

6 Jun at 21:41

How to add font color to a .net console app?

How to add font color to a .net console app? Is there a way to color the font of certain lines in a console app in .net? Thanks

14 Mar at 14:15

Difference between Console.Read() and Console.ReadLine()?

Difference between Console.Read() and Console.ReadLine()? I'm new to this field and I'm very confused: what is the real difference between `Console.Read()` and `Console.ReadLine()`?

29 Jan at 13:51

Customizing the title bar area of a console application

Customizing the title bar area of a console application Is it possible for me to either customize the title bar (i.e. change colour) or remove it completely?

Is it possible to get a copyright symbol in C# Console application?

Is it possible to get a copyright symbol in C# Console application? Is it possible to add a copyright symbol or other "special" symbol in any way in a C# console application?

13 Mar at 22:4

How to quickly and conveniently disable all console.log statements in my code?

How to quickly and conveniently disable all console.log statements in my code? Is there any way to turn off all `console.log` statements in my JavaScript code, for testing purposes?

28 Feb at 08:16

How to set default input value in .Net Console App?

How to set default input value in .Net Console App? How can you set a default input value in a .net console app? Here is some make-believe code: Of course, I don't expect it to be this simple. I am be

C# unit test for a method which calls Console.ReadLine()

C# unit test for a method which calls Console.ReadLine() I want to create a unit test for a member function of a class called `ScoreBoard` which is storing the top five players in a game. The problem ...

How can I start an interactive console for Perl?

How can I start an interactive console for Perl? How can I start an interactive console for Perl, similar to the `irb` command for Ruby or `python` for Python?

How to open Console window in Eclipse?

How to open Console window in Eclipse? I accidentally closed the Console window in Eclipse, and now I can't see the result of my code being run. How do you open it again?

3 Nov at 07:20

How to hide a console application in C#

How to hide a console application in C# I have a console application in C#, and I want that the user won't be able to see it. How can I do that?

3 Jan at 04:39

How do you add a timer to a C# console application

How do you add a timer to a C# console application Just this - How do you add a timer to a C# console application? It would be great if you could supply some example coding.

25 Nov at 14:4

How can I compile and run C/C++ code in a Unix console or Mac terminal?

How can I compile and run C/C++ code in a Unix console or Mac terminal? How can I compile/run C or C++ code in a Unix console or a Mac terminal?

3 Apr at 13:49