B Brian Mitchell Mar 11, 2004 #1 How do I check to see if the shift key is being held down when a menu item is being clicked? Thanks!
P Pete Mar 11, 2004 #2 Brian said: How do I check to see if the shift key is being held down when a menu item is being clicked? Thanks! Click to expand... Try P/Invoke with GetAsyncKeyState(). - Pete
Brian said: How do I check to see if the shift key is being held down when a menu item is being clicked? Thanks! Click to expand... Try P/Invoke with GetAsyncKeyState(). - Pete
H Herfried K. Wagner [MVP] Mar 11, 2004 #3 * "Brian Mitchell said: How do I check to see if the shift key is being held down when a menu item is being clicked? Click to expand... Check 'Control.ModifierKeys'.
* "Brian Mitchell said: How do I check to see if the shift key is being held down when a menu item is being clicked? Click to expand... Check 'Control.ModifierKeys'.