A
Aaron
When you run a console app in VS6 it says "Press any key too continue..."
how can i do that in VS.NET2003?
thanks
how can i do that in VS.NET2003?
thanks
William said:Console.WriteLine("Press any key too continue...");
Console.ReadLine();
// continue...
Alex Moskalyuk said:Have a variable incremented in KeyDown event.
Print out the message "Press any key..."
AforeMentionedVariable = 0;
while (AforeMentionedVariable == 0);