A Arne Janning Oct 18, 2004 #2 Hi Alan! In VS.NET, how do I create a non-windows class file ? Click to expand... Right-click your projekt-node in the Project-Explorer, choose "Add" form the context-menu and then "New Class". Cheers Arne Janning
Hi Alan! In VS.NET, how do I create a non-windows class file ? Click to expand... Right-click your projekt-node in the Project-Explorer, choose "Add" form the context-menu and then "New Class". Cheers Arne Janning
J Jon Skeet [C# MVP] Oct 18, 2004 #3 Alan said: In VS.NET, how do I create a non-windows class file ? Click to expand... 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.
Alan said: In VS.NET, how do I create a non-windows class file ? Click to expand... 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.
A Alan Oct 19, 2004 #4 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 Click to expand...
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 Click to expand...