Console application

A

Alberto

When I write a console application I have to write a Console.ReadLine() so
that I can see the results before the windows is closed. Is there another
way to do it?

Thank you.
 
W

William Stacey [MVP]

That is about it. You could also use the GetChar method I posted earlier
for single "Press any Key" function.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top