Visual Studio Tools

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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