Examining Keystroke

  • Thread starter Thread starter Tharpa Roberts
  • Start date Start date
T

Tharpa Roberts

In C#, you can determine if text has been entered in a textbox by:
if (e.KeyCode == Keys.Enter)

Anybody know what the equivalent would be in Visual C++?



Thanks.
 

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