
Microsoft Windows 95 pop up menu
Well this may be a cheesy way, but it works.
frmChild.PopupMenu MDIMain.mnuPopUp, vbPopupMenuRightButton, , ,
MDIMain.m{*filter*}tail
SendKeys "%" 'get rid of system context menu
--
Shawn
-
Software Developer
Maxim Group/BellSouth Communication Systems
http://www.*-*-*.com/ ~shawnlee/
Borg Pursuit Screen Saver for Windows
"I am Flanders of Borg. Prepare to be assimilly-limilly-lated"
Quote:
>I want to know if there is a way to disable the pop up menu that windows
>will show when the user right clicks over a text box. I have another menu
>that I would like to pop up, but the MS menu always comes up first and then
>mine. Is there an API call or something that can disable that menu from
>comming up.
>Thanks