Checking for key down while clicking menu item?

  • Thread starter Thread starter Brian Mitchell
  • Start date Start date
B

Brian Mitchell

How do I check to see if the shift key is being held down when a menu item
is being clicked?

Thanks!
 
Brian said:
How do I check to see if the shift key is being held down when a menu
item is being clicked?

Thanks!

Try P/Invoke with GetAsyncKeyState().

- Pete
 
* "Brian Mitchell said:
How do I check to see if the shift key is being held down when a menu item
is being clicked?

Check 'Control.ModifierKeys'.
 

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