G
Guest
I need a console based application to pause until the user is ready to
proceed. I would prefer to do some thing like
console.writeline("Press any key to continue . . . . ")
//some how make it wait for any char to be pressed ie getch() in C
thanks
proceed. I would prefer to do some thing like
console.writeline("Press any key to continue . . . . ")
//some how make it wait for any char to be pressed ie getch() in C
thanks