Results 1 to 2 of 2

Thread: Popup Menue?

  1. #1

    Thread Starter
    Member
    Join Date
    May 2001
    Location
    North East Germany
    Posts
    46

    Popup Menue?

    Hi,

    i want a popup menu in my textfield to select the following code.

    If you know Dreamweaver you should know what i want to have.

    Sample:
    You type "<"
    he shows popup "<Script>|<b>|<font>" etc.

    but how can i put a popup like this in my programm?


    thank you


    Jens
    http://www.fin-sn.de

  2. #2
    Member
    Join Date
    May 2001
    Posts
    39
    Try something like this:

    Dim mnuContextMenu as New ContextMenu()


    Dim mnuItemNew as New MenuItem()

    mnuItemNew.Text = "&New"

    mnuContextMenu.MenuItems.Add(mnuItemNew)

    Then use the show method of the contextmenu, i think this method have two parameters, one is the associate control of context menu.

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