|
-
Sep 13th, 2002, 04:23 AM
#1
Thread Starter
Member
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
-
Sep 13th, 2002, 05:01 AM
#2
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|