Santiago Canyon College

 

Visual Basic .Net Programming

Ron Kessler, Boss
 

 

PROJECT 1: Data Entry for a simple “Point Of Service” Retail Store

Phase 1

 

 

Description

 

We are going to build your first project together in class. But we will do that in phases. The first phase will be to create the form the way I show you below. I want you to copy my form exactly so I can make sure everyone feels comfortable with VS.

 

  1. Create a new application called "VB105 Project 1" and save it.

  2. Add controls like I show you below and name them like I have indicated.

  3. Be sure to change the text & name properties of all the controls, including the form itself.

  4. We will be adding features to this project as we go along. Make your form look like this one:

 

 

5.    Change the properties of the controls by referring to Table 1.

 

PROPERTY SHEET FOR VB 105 PROJECT 1, PHASE 1
     
     
OBJECT PROPERTY Value
     
Form Name frmMain
  Text Welcome to SCC Bookstore
  StartPosition Center Screen
  BackColor Choose nice color
     
     
Labels Name Don't change
  Font Size 10 pt
  Forecolor Blue
  Autosize False
     
     
Textboxes for first name, last, Name txtFirst , txtLast, txtTelephone
& Telephone Text First Name, Last Name, Telephone
  FontSize 10points
  Size 100,20
  TextAlign Right
     
List Box Name lbItems or lstItems
  Sorted True
  Items Add at least 8 items of your choice
     
Button for checking out Name btnCheckout
  Text &Check Out
  ForeColor Pick any color
     
Button for clearing form Name btnClear
  Text C&lear
  ForeColor Pick any color
     
Button to exit Name btnExit
  Text E&xit
  ForeColor Pick any color
     
LinkLabel Name lnkWeb
  Text Check us out online