Extreme Customizing of the menu

  • Thread starter Thread starter Peter Stojkovic
  • Start date Start date
P

Peter Stojkovic

I want do something like in MS-Outlook 2002

There is the text for the main menues AND on the right side there is a
input-Field / ComboBox for
searching help . the text that appears is "type a question for help"

Example
File Edit View Tools Action Help
type a question for help



How can I do the same for my program ??
in VB.NET


Thanks
Peter
 
Have a closer look. Thats not a menubar, it's a docked toolbar.

You could just dock a panel and put labels on it. In the labels click event
you could drop contextmenus.
It's not really a menu, but your users won't know that.

The alternative is to purchase a 3rd party control or spend a fair amount of
time building one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top