Microsoft Visual Basic 2010 Step by Step eBook

(Tina Meador) #1

402 Part III Designing the User Interface


Your form looks something like this:

This is the basic user interface for a form that defines a new employee record for
a business application. The form isn’t connected to a database, however, so only
one record can be stored at a time. You’ll learn to make database connections in
Chapter 18, “Getting Started with ADO .NET .”
Now you’ll add a class to the project to store the information in the record.


  1. Click the Add Class command on the Project menu.


Visual Studio displays the Add New Item dialog box, with the Class template selected,
as shown here:
Free download pdf