How to create a class

  • Thread starter Thread starter Alan
  • Start date Start date
Hi Alan!

In VS.NET, how do I create a non-windows class file ?

Right-click your projekt-node in the Project-Explorer, choose "Add" form the
context-menu and then "New Class".

Cheers

Arne Janning
 
Alan said:
In VS.NET, how do I create a non-windows class file ?

What do you mean by a "non-Windows class file"? When you tell VS.NET to
add a new class (rather than form) it should come up with basically an
empty class, with nothing to do with Windows Forms in it.
 
Thank you !

Arne Janning said:
Hi Alan!


Right-click your projekt-node in the Project-Explorer, choose "Add" form the
context-menu and then "New Class".

Cheers

Arne Janning
 
Back
Top