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).
You can run your app from the console using myApp.exe|MORE
This way the console will show Console.WriteLine() calls coming from the app and will wait until the app exits.
Please excuse my bad english.