Prev: Print from console application
Next: make a dll
From: Roidy on 30 May 2010 15:44 How do I disable the default contextmenu on a Textbox? I want a user to be able to right click a textbox and have an action happen but even if I set the contextmenustrip property for the textbox to (none) I still get the default copy/paste menu, how do I completely disable it. Thanks Robert
From: Herfried K. Wagner [MVP] on 30 May 2010 15:59 Am 30.05.2010 21:44, schrieb Roidy: > How do I disable the default contextmenu on a Textbox? \\\ Me.TextBox1.ContextMenu = New ContextMenu() /// -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
From: Roidy on 30 May 2010 17:25 Excellent, Thanks very much. Robert "Herfried K. Wagner [MVP]" <hirf-spam-me-here(a)gmx.at> wrote in message news:u2rKMKDALHA.3840(a)TK2MSFTNGP02.phx.gbl... > Am 30.05.2010 21:44, schrieb Roidy: >> How do I disable the default contextmenu on a Textbox? > > \\\ > Me.TextBox1.ContextMenu = New ContextMenu() > /// > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
|
Pages: 1 Prev: Print from console application Next: make a dll |