mouse function in runtime

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I cannot use the right click functions of my mouse (like
copy and paste) when using my application with 2000
Runtime. The mouse functions with full Access.
 
The built-in shortcut menu probably won't work, but you could try creating
your own:
Tools | Customize | New
and then change its Properties to Type:
Popup
before adding any items.

Then choose Shortcut menus, and Ctrl+Drag items to the new custom menu.

Finally, set the ShortcutMenuBar property of your form.
 
Eric said:
I cannot use the right click functions of my mouse (like
copy and paste) when using my application with 2000
Runtime. The mouse functions with full Access.

ALL built in menus and toolbars are unavailable in the Runtime. You have to
build your own.
 
Back
Top