Welcome to WindowsClient.net | Sign in | Join
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