Console Project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have written a console project that uses a console window to display the
output using Console.WriteLine. How do I keep the console window open after
the writing the output as it seems to close imediately after writing? This
output is at the end of the program and it appears the window is closing when
the application completes. Is there a way to keep the window open even if
the program terminates?
 
Add a Console.Read() to pause the window until someone clicks something.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top