Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I create the POPUP menu for the right click butt
Message
From
07/05/2002 04:01:04
 
 
To
03/05/2002 14:09:38
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00652535
Message ID:
00653388
Views:
17
You can create PopUp menu in the same way as normal menu (in menu designer). There are two special things:
1. Set Visible property of the root element to False. This will prevent menu to be displayed as normal menu (If you want to display normal menu also as popup menu, don't do this);
2. Display menu with PopupMenu method of the form. Check MSDN for parameters of this method.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Reply
Map
View

Click here to load this message in the networking platform