Menu Styles

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
B

Bernie Yaeger

I seem to be into styles these days.

In any case, I use application.enablevisualstyles() and develop using visual
studio 1.1.

How can I change my main menu to appear as it does in vs .net - you will
notice that as you move from main menu option to another, the selection
option is 3 dimensional. Not so with my menu and not so with the menu in,
say, Outlook Express. How can I get the main menu to appear as it does in
visual studio?

Thanks for any help.

Bernie Yaeger
 
you can't do this........
Microsoft don't let us use the Tools they use by themselfs........

Whatever, Take a look at this, it's for free

http://sourceforge.net/projects/dotnetmagic/

Magic is a library of user interface components for use within the .NET
Framework. Including TabControl, DockingWindows, Menus and much more. All
can be displayed in the same style as Visual Studio .NET and OfficeXP.
 
* "Bernie Yaeger said:
In any case, I use application.enablevisualstyles() and develop using visual
studio 1.1.

How can I change my main menu to appear as it does in vs .net - you will
notice that as you move from main menu option to another, the selection
option is 3 dimensional. Not so with my menu and not so with the menu in,
say, Outlook Express. How can I get the main menu to appear as it does in
visual studio?

Ownerdrawn menus:

<http://www.codeproject.net/vb/net/#Menus>

Some commercial products:

<http://www.infragistics.com/>
<http://www.dotnetmagic.com/>
<http://www.devcomponents.com/dotnetbar/>

<http://msdn.microsoft.com/vbasic/vbrkit/default.aspx>
 
Back
Top