Z
Zyrthofar Blackcloak
Hi
I need to get every keys pressed at one time, without needing a
triggered event.
Control.ModifierKeys works perfectly for shift, ctrl and alt, but how
can I check other keys like the letters and arrows?
I quickly checked VB2005, and found out the control class doesn't have
anything either...
Any hint at something that would similarly work like
Control.ModifierKeys would greatly be appreciated.
Also, if the method would detect combinations like UpArrow+LeftArrow
(combinations without modifier keys), that would be even better.
Thanks
I need to get every keys pressed at one time, without needing a
triggered event.
Control.ModifierKeys works perfectly for shift, ctrl and alt, but how
can I check other keys like the letters and arrows?
I quickly checked VB2005, and found out the control class doesn't have
anything either...
Any hint at something that would similarly work like
Control.ModifierKeys would greatly be appreciated.
Also, if the method would detect combinations like UpArrow+LeftArrow
(combinations without modifier keys), that would be even better.

Thanks