Results 1 to 4 of 4

Thread: Popupmenu in textbox

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Vaxjo, Sweden
    Posts
    85
    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

  2. #2
    Guest
    There was a topic about this a couple days ago. Here it is.

  3. #3
    Guest
    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.

  4. #4
    Guest
    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
  •  



Click Here to Expand Forum to Full Width