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
 
Back
Top