Console Application

  • Thread starter Thread starter Mel Weaver
  • Start date Start date
M

Mel Weaver

Hi,
Using a console application, how do you get rid of press any key to
continue when the program finishes.

Thanks
Mel
 
I take it you're running via "Start without debugging" from VS.NET
(Ctrl+F5)... just run from the command line or explorer instead of from
vs.net. Or run in debug mode.

R.
 
Back
Top