Hi mdb,
You can use the static Control.ModifierKeys property to determine the state of Shift/Alt/Control.
There is also the Control.MouseButtons property for checking the Mouse outside the Mouse Events
On Thu, 19 May 2005 16:46:05 +0200, mdb <m_b_r_a_y@c_t_i_u_s_a__d0t__com> wrote:
I want to determine whether the SHIFT key is depressed, but NOT during a
key up/down/pressed event. How can I do that?
--
Happy coding!
Morten Wennevik [C# MVP]