Welcome to WindowsClient.net | Sign in | Join
Home > Learn > Windows Forms FAQs
Here are some frequently asked questions about Windows Forms and their answers.
To prevent the default context menu of a TextBox from showing up, assign a empty context menu as shown below:
textBox1.ContextMenu = new ContextMenu();
Contributed from George Shepherd's Windows Forms FAQ