|
-
Jul 13th, 2000, 09:42 AM
#1
Thread Starter
Lively Member
I've got a program where I need to have a popup menu in a textbox. You know, rightclick, and you get a menu.
Problem is that when you rightclick a textbox you get a standard popupmenu with copy, past and so on. How do I get rid of that?
//Anders
-
Jul 13th, 2000, 09:46 AM
#2
There was a topic about this a couple days ago. Here it is.
-
Jul 13th, 2000, 11:14 AM
#3
You could always use a Richtextbox and set the AutoVerbMenu to false. Well, it is default that it is already false. This will disable the menu when right clicking.
-
Jul 13th, 2000, 12:20 PM
#4
But the problem with that is that if you are using the TextBox for the simple purpose of Password or Name entries, it will not be necessary to use a RichTextBox. It comsumes more resources that a standard TextBox.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|