Visual Studio Tools

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??
 
N

Nick Malik

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top