ObjectOriented Information Systems - PowerPoint PPT Presentation

1 / 9
About This Presentation
Title:

ObjectOriented Information Systems

Description:

... the properties. 3. Write the Basic code. Visual Basic ... The Visual Basic Environment. The Form Window. The Project Explorer Window. The Properties Window ... – PowerPoint PPT presentation

Number of Views:41
Avg rating:3.0/5.0
Slides: 10
Provided by: faculty46
Category:

less

Transcript and Presenter's Notes

Title: ObjectOriented Information Systems


1
Object-Oriented Information Systems
  • Spring 2003
  • Ki Tai Jeong

2
Basic Concept of Programming Language
  • Low level programming language
  • Machine language
  • Assembly language
  • High level programming language
  • COBOL, FORTRAN, RPG
  • Mid level programming language
  • Basic, C
  • Interpreter programming language
  • Perl, Basic

3
Basic Concept of Programming Language
  • Compiler programming language
  • COBOL, FORTRAN
  • Procedural language
  • COBOL, FORTRAN, PL/1
  • Event-driven programming language
  • Visual Basic, Visual Java, Visual C
  • Object-Oriented programming language
  • C, Java, Visual Basic, etc.

4
Chapter 1. Introduction to Visual Basic
  • Terms
  • Graphical User Interface (GUIgooey) -toolbox
  • Forms windows and dialog boxes (option, check)
  • Controls - elements from toolbox (text box,
    command button, list box)
  • Projects - forms and controls

5
Terms
  • Objects a thing or a noun
  • Forms and controls
  • Properties something about an object, adjectives
    that describe objects
  • Name, color, size, location, etc.
  • Methods actions associated with objects, verbs
    for noun
  • Move, print, resize, etc.

6
Writing Visual Basic ProjectsThe Three-Step
Process
  • Planning
  • 1. Design the user interface
  • 2. Plan the properties
  • 3. Plan the Basic code
  • Programming
  • 1. Define the user interface
  • 2. Set the properties
  • 3. Write the Basic code

7
Visual Basic Projects
  • .vbp (Project file)
  • .mak (Visual Basic 2.0 or 3.0)
  • .frm (Form file)
  • .bas (Standard code modules)
  • .ocx (Custom controls)
  • .vbw (Projects forms)

8
The Visual Basic Environment
  • The Form Window
  • The Project Explorer Window
  • The Properties Window
  • The Form Layout Window
  • The Toolbox
  • The Main Visual Basic Window
  • The Toolbar
  • The Form Location and Size Information
  • Help
  • Design Time, Run Time, and Break Time

9
Hello World Project
  • Design the user interface
  • Plan the properties
  • Plan the basic code

lblMessage
cmdPush
Push Me
Exit
cmdExit
Write a Comment
User Comments (0)
About PowerShow.com