Xp style menus for VB.NET?

  • Thread starter Thread starter managerx
  • Start date Start date
M

managerx

I'd like my programs to look little better and use xp style menus, any
ideas?
Also is there any addon or component for vb.net which would visually
impove the look of my programs.
Good example is ad-aware software, it looks amazing, with shading on
the buttons and so... is there anything like that for vb.net?

joe - managerx
 
Hi,

You would have to create an owner drawn menu for that.
http://msdn.microsoft.com/msdnmag/issues/04/02/CuttingEdge/default.aspx

3rd party control
http://www.dotnetmagic.com/
http://www.codeproject.com/cs/menu/magicmenucontrol.asp
http://www.componentone.com/products.aspx?ProductCode=1&ProductID=27

Ken
-----------------------------
I'd like my programs to look little better and use xp style menus, any
ideas?
Also is there any addon or component for vb.net which would visually
impove the look of my programs.
Good example is ad-aware software, it looks amazing, with shading on
the buttons and so... is there anything like that for vb.net?

joe - managerx
 
Please also look at the Application.EnableVisualStyles() method in the help
files. This may be all you need to improve appearance.

hth
Eric
 

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