Console Application
Could someone please tell me why:
console.writeline("Hello World")
prints to the output window? I was expecting a Dos window to open and the output to go there.
Further down in my application I have:
strAnswer = Console.Readline
Which I thought should stop and wait for input, its not. The program just keep going?
Replies welcome.
|