A
active
In VB6 I believe MouseDown had a Shift argument that told if Shift, Ctrl or
Alt was pressed.
How in VB.NET MouseDown do I determine if one of these keys is pressed?
I could increment a global variable in KeyDown and Decrement it on KeyUp but
I'm hoping I can simply access a system wide property.
Is there a simple way to determine in MouseDown if one of those 3 keys is
pressed??
Cal
Alt was pressed.
How in VB.NET MouseDown do I determine if one of these keys is pressed?
I could increment a global variable in KeyDown and Decrement it on KeyUp but
I'm hoping I can simply access a system wide property.
Is there a simple way to determine in MouseDown if one of those 3 keys is
pressed??
Cal