Visual BASIC Programming - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

Visual BASIC Programming

Description:

... Programming. Car Rental Application. MIS 2033 -- Spring 2005. Instructor: John Seydel, Ph.D. The Interface. An Overview: The Structure Chart. Car Rental Form ... – PowerPoint PPT presentation

Number of Views:127
Avg rating:3.0/5.0
Slides: 6
Provided by: Econ82
Category:

less

Transcript and Presenter's Notes

Title: Visual BASIC Programming


1
Visual BASIC Programming
MIS 2033 -- Spring 2005
  • Car Rental Application

Instructor John Seydel, Ph.D.
2
The Interface
3
An Overview The Structure Chart
4
Controls Involved
  • Old stuff
  • Label
  • TextBox
  • Button
  • New items
  • GroupBox
  • OptionButton (radio button)
  • CheckBox
  • Slider (horizontal scrollbar)
  • DateTimePicker
  • NumericUpDown

5
Event Handlers
  • Button Click event
  • btnCalc (main processing procedure)
  • btnClear
  • btnExit
  • Slider Scroll event
  • OptionButton CheckChanged event
  • Also
  • DateTimePicker no event use Value property
  • CheckBox no event use Checked property
Write a Comment
User Comments (0)
About PowerShow.com