|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Keep Console Output Window openI've got a simple program in which I just write something to the console
output window, but when I compile and run the program, the output windows displays the output and closes right away. How do I configure it to have the console window stay open so I can view the output without it closing. Thanks Jason Try this Jason,
Console.Write("Press any key to continue...") Console.ReadLine() I was thinking of that, but I was also wondering if there is a setting in a
configuration window that would allow the output window to stay open after the program has finished excution. Show quoteHide quote "jvb" <gome***@gmail.com> wrote in message news:1144074237.723724.226230@z34g2000cwc.googlegroups.com... > Try this Jason, > > Console.Write("Press any key to continue...") > Console.ReadLine() > If there is, i do not know of one, that is the only way that I know of
to keep a console window open from an app.
Trying to "display" control characters in a text box
Unique Machine Identifier Have you upgraded to VS 2005? Getting the selected item from a listview Foreign Language Names WMI script to get Win32_Product Where to do the Loading tasks for application ? Joining files error line number Typed Dataset and Numeric Only Fields in VB.Net 2005 ? |
|||||||||||||||||||||||