Office 2003 Style Menu/VS.Net 2003 Style Menus

  • Thread starter Thread starter BuddyWork
  • Start date Start date
B

BuddyWork

Hello,

Is there anyway to get the menu's to appear like Office
2003 or VS.Net 2003 in .Net?

I was using Application.EnableVisualStyles() but this
works for textbox and buttons if the FlatStyle is System
but the menus are still in the old plain format.

Thanks
 
BuddyWork said:
Hello,

Is there anyway to get the menu's to appear like Office
2003 or VS.Net 2003 in .Net?

I was using Application.EnableVisualStyles() but this
works for textbox and buttons if the FlatStyle is System
but the menus are still in the old plain format.

Besides the ones already mentioned, there's also
http://www.dacris.com/netxp/.

Cheers,
 

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