Do not want console app to receive a keystroke and then pause

  • Thread starter Thread starter GG
  • Start date Start date
G

GG

I have a console app that when it is run and I press a key
then it freezes till a press another key gain.
Is there a way to avoid it that is the keystrokes do not pause the app?

Thanks
 
This applies to all console apps.
When they run and user presses a keystroke by mistake the app pauses
till enter key is pressed and then continues normally.

Just want the console app not to receive any keystrokes

Thanks
 
It would help if you posted a small repro that illustrates this.

Willy.
 

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

Back
Top