console to stop and stay up

old_man

Member
Joined
Oct 24, 2016
Messages
17
Location
Michigan USA
Programming Experience
Beginner
Hi all,
What I need is to be able to stop a console to stop and stay up after it run. I need a way like this, after it did all it is going do it stop and have the window stay up and say some thing like this:
"To exit press any key"
The window come up but goes away as fast as it come up. So you can see what it did. This is not is vs express, it is when I compile it and run run it from .exe file.
Thank you
renny:peaceful:
 
Use one of the Console.Read... methods to await user input before exiting.
 
Back
Top Bottom