I created a VB.NET Windows Forms Application in Visual Studio 2008. When I run my program from the command-line, I get no output (only the next prompt).
What am I d
You have to create a command-line/console app rather than a Windows form application to use the console.