How do i show menu on mousemove?

d_profesor

Registered User.
Local time
Today, 13:06
Joined
Jan 17, 2008
Messages
43
Hello,

I have shortcut menu that show on right click event...Is there anyway to change, so that the menu appear on mouse move? I'm using Access 2007..and how to set up it on the subform control like textbox?

Thanks
 
Last edited:
It cannot be done on a subform I'm afraid if set as a continuous form or datasheet.
 
Thank you for the reply.

i found this code:
http://blogs.msdn.com/b/access/arch...t-menu-for-a-form-form-control-or-report.aspx

And I try to use it for my database. I post the database in attachment.

It can work on mouseup,mousedown, and click event but still doesn't work on mousemove event. When mouse move over txt_Id_Order_Jahit, the pop up menu appear, but when i move the pointer to the next record on txt_Id_Order_jahit, the menu still stay on it first position.

Is that mean that it really can't be done on mousemove?

Thanks
 

Attachments

Users who are viewing this thread

Back
Top Bottom