Beast Posted February 24, 2003 Posted February 24, 2003 I am having real trouble seeing if the ALT & SHIFT keys have both been pushed together... I can see if one has been hit with the keys.modifires but i can't seem to see if both alt and shift are down at the same time. anyone know how to do this. Quote
*Gurus* divil Posted February 25, 2003 *Gurus* Posted February 25, 2003 If ((ModifierKeys And Keys.Alt) = Keys.Alt) And ((ModifierKeys And Keys.Shift) = Keys.Shift) Then Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.