VB.Net 2003 Code Generator

Aarvee

Well-known member
Joined
Sep 21, 2005
Messages
50
Location
Bangalore, India
Programming Experience
Beginner
Hi !

Can someone assist me in locating Code Generator for VB.Net 2003 ? I should be able to generate the Windows Forms Code given the database design.

Thanks very much in advance

Varadarajan R
 
The 'Data Form Wizard' is part of Visual Studio.
To use it, right click the project in the solution explorer, click Add > Add New Item. Select 'Data Form Wizard' and follow the instruction.
 
Back
Top