how to create class library in c#.net2005

hi, I am relatively new to c#.net2005.

In c#.net2003, when we create a class library, we can right click on the class in class view to create methods in a "method wizard" UI. I am not able to find the same thing in c#.net2005.

does the "method wizard" exist in c#.net2005 anymore? if not, is there any similar UI that I can create methods visually?

please help

[396 byte] By [ssfftt] at [2007-12-23]
# 1

You can easily create a class library by clicking Class Library as the project type in the new project dialog in either VS2005 or VC# 2005 EE. As for designing it, as far as I know you cannot visually design classes it has to be done through just coding them. In VS 2005 there's a Class Designer UI that has a Class Design UI.

Hope this helps.

-Chad

ChadMoran at 2007-8-30 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...