Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating command bar in VB

Status
Not open for further replies.

altctldel

Programmer
Dec 15, 2000
17
IN
I have to create dynamic menu in my vb application .
I would also like to know how to create commandbars.I tried with coding provide with MSDN . but iam not able to create.


 
By menus do you mean the menus as in the kind you make by press CRTL+E?

if so you must first make them into a control array and then load them.


If you need more help I will GLADLY help you out with more in explanations. Brad,
Free mp3 player,games and more.
 
thanks MrMoocow
my problem is i won't have menubar during design time.
i have to create menu at runtime .
eg. User will input the name of the menu in a textbox and i have to create it dynamically.

I also like to know how ot create and work with Command BArs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top