Bug: MouseMove event is not raised when a button is pressed

I

Igor

Title: "MouseMove event is not raised for a standalone label control when a
mouse button is pressed and the mouse is moved over the label control"

Reprodusible: Every Time

To reproduce:
Create a standalone label control, assign an Event Procedure to the
"OnMouseMove" property of the label control. In the event procedure either
create a message box that will fire when the event procedure is called or put
a breakpoint in the procedure.

When the mouse moves over that control with no buttons pressed, the event
fires. But when a left mouse button is pressed while the mouse moves over
that control , the event does not fire. This behavior is contrary to the
documented behavior of the MouseMove event.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...94ac11&dg=microsoft.public.access.formscoding
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top