|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Shortcut MenuHow do we disable/hide the shortcut menu (Undo, Cut, Copy, Past, Select All)
which pops up when a user right clicks on textbox control ? "patang" <pat***@discussions.microsoft.com> schrieb: Add a contextmenu component to the form (without items) and assign it to the > How do we disable/hide the shortcut menu (Undo, Cut, Copy, Past, Select > All) > which pops up when a user right clicks on textbox control ? textbox' 'ContextMenu' property. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Dim dummy As New ContextMenu
TextBox1.ContextMenu = dummy ** Slick Huh ** OHM ( Terry Burns ) http://TrainingOn.net Show quoteHide quote "patang" <pat***@discussions.microsoft.com> wrote in message news:8E1ABF61-71A4-4F61-BA38-F48EF10B09FF@microsoft.com... > How do we disable/hide the shortcut menu (Undo, Cut, Copy, Past, Select > All) > which pops up when a user right clicks on textbox control ? >
Locate MessageBox over Window
REALbasic 5.5 free to VB6 Users Untili March 31 2005 Closing form... Error with Custom Control spice the boring default winforms treeview appearance up a bit... Help with SendMessage API calls Friend WithEvents Upload file programmatically Tabcontrol tabpagebutton orientation Object reference not set to an instance of an object. |
|||||||||||||||||||||||