Menus & VS.NET 2002

  • Thread starter Thread starter Nicolas Pavlidis
  • Start date Start date
N

Nicolas Pavlidis

Hi!

I wanted to write a little testapplication (I'm learning C# at the
moment) using menues and such things. I'm using VS .NET 2002 and .NET
Framework 10 and 1.1 running on my maschine. But I don't get net new
..NET Style Menus like thoes wich VS uses, I only get the old style menues.
How can I get th new menues work?

Kind regards,
Nicolas
 
Hi Nicolas,

Yes that what comes out of the box with .NET 1.0 and 1.1. If you really want
those cool VS style menus you need to look for a third party components.
There are bunch of them out there (couple of which are free). Check googe to
fine them (this question has been asked many times).

Just for starters check on
http://www.dotnetmagic.com/ it used to be free now is not as far sa I know.
http://www.devcomponents.com/ the framework is called DotNetBar
http://www.datadynamics.com/default.aspx - sharpUI

You can also can check www.codeproject.com for some free solutions
 
Stoitcho said:
Hi Nicolas,
Hi!

Yes that what comes out of the box with .NET 1.0 and 1.1. If you really want
those cool VS style menus you need to look for a third party components.
There are bunch of them out there (couple of which are free). Check googe to
fine them (this question has been asked many times).

Ah, ok.
Just for starters check on
http://www.dotnetmagic.com/ it used to be free now is not as far sa I know.
http://www.devcomponents.com/ the framework is called DotNetBar
http://www.datadynamics.com/default.aspx - sharpUI

Thankyou for the links!

Kind regards,
Nicolas
 

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