|
-
December 22nd, 2002, 11:05 PM
#1
Hiding the context menu
1. "How do i deactivate the default menu (context menu) of windows when i run my program!!! for example. during runtime when i Right Click on any text box it pops up the default menu of windows (cut,copy,past,slect etc). I want that no menu should be displayed.
Whats the solution for the same?
-
December 22nd, 2002, 11:38 PM
#2
-
December 23rd, 2002, 12:02 AM
#3
disable context menu
only way to disable context menu
is use Rich textbox instead textbox
and set property autoverbmenu to false
then no context menu will be displayed
and for simple textbox
right code in mouseup event for vbrightbutton like
if Button=VbRightButton then
msgbox "Hello",vbInformation
endif
by doing this context menu will be killed
try this and tell me how usefule it is
Atul
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|