Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what am i supposed to do in a .vb file

Status
Not open for further replies.

daveigh

Programmer
Oct 9, 2003
105
0
0
i was assigned to create classes for a .net project. where should i start browsing for the best tutorials? i already know the objects & the simple things, just how to create the file...

______________CRYOcoustic_____________
 
has some nice articles about asp.net/vb ranging from beginner to advance.
To create your own .vb file that holds your own classes in Visual Studio you right click on the project name in the solution explorer. Then you select "Add new item" and a new form will pop up, you should be able to select a class file and give it a name.
 
What version of .net are you using? If your using VS2005 I'd right click on the app_code folder and create new class.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top