View Single Post
Old 06-04-2008, 04:02 PM   #13 (permalink)
SimReality
Jr. Member
 
SimReality's Avatar
 
Join Date: May 2008
Posts: 410
Reputation: 60
Default

What do you mean? Are you just working with a console application? If so try putting Console.ReadKey() at the end of your Main method and try again. What happens is that it pops up, runs all your code, runs out of code, and closes the window. ReadKey makes it wait for you to press a button to continue, which will keep the window open.



SimReality is offline   Reply With Quote