How to handle hover + mouse down on a control ?
- From: "Tom" <noname@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 16 Oct 2005 16:22:36 -0500
Is there any C++ .NET best practice for handling the case where a mouse is
held on
a control and the right-button is held down - signifying a rapidly repeating
action
equivalent to clicking the left button a bunch of times?
For example, I have a button that one mouse click increments the value. I
would like to add
the feature where holding the left button down while over the control causes
the value to
increment repeatedly as the button is held down.
The brute-force approach might be to start a timer on mouse_left_down and
then wait for
the mouse_left_up event firing to stop the action. Is there some simpler
way to implement this?
-- Tom
.
- Prev by Date: Permission Errors
- Next by Date: Re: Is Anyone Enrolled in EMPower for ISVs?
- Previous by thread: Permission Errors
- Next by thread: VB.NET DataAdapter question
- Index(es):
Loading