I have installed Visual Studio Tools version 2003 Uppgrade.
I have cliced Visual Basic.NET , File, New, Project.
I look for Emty Project so I Can Click It and next Class. I want to creat
a new Class. But I can not find Emty project and not Class.
Why ?? Do I need an other Microsoft Product to create a new Class??

Signature
munken
Thomas - 24 Sep 2004 12:45 GMT
click 'Class Library'.
> I have installed Visual Studio Tools version 2003 Uppgrade.
>
[quoted text clipped - 4 lines]
>
> Why ?? Do I need an other Microsoft Product to create a new Class??
Nick Malik - 26 Sep 2004 06:58 GMT
When you start VB, Visual Studio wants to know what kind of executable you
want to end up with. (all executables are made up of classes). VB wants to
know if you are creating a windows application, a web application, a web
service, or a library, (there may be more choices... I don't have the tool
in front of me).
Regardless, tell the environment what executable you are trying to create.
Then, add a class.
--- Nick
> I have installed Visual Studio Tools version 2003 Uppgrade.
>
[quoted text clipped - 4 lines]
>
> Why ?? Do I need an other Microsoft Product to create a new Class??