Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.

Slides:



Advertisements
Similar presentations
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
Advertisements

CS0004: Introduction to Programming Introduction to Programming.
Introduction to Visual Basic Programming. Lecture Outline History What is Visual Basic First Look at the VB 6.0 Environment Some VB Terminology Our first.
Computer Concepts 5th Edition Parsons/Oja Page 546 CHAPTER 11 Software Engineering Section A PARSONS/OJA Computer Programming.
VISUAL BASIC Presented By: Jerrell Chandler Jenita Pondexter Thomas Whitfield.
Computers: Tools for an Information Age
MENUS AND THE MENU EDITOR Elements of a Menu Menu bar Menu title Separator bar Menu items.
Introduction to computers & Visual Basic School of Business Eastern Illinois University © Abdou Illia, Spring 2003 (Week 3, Monday 1/27/2003)
Chapter 1- Visual Basic Schneider 1 Chapter 1 An Introduction to Computers and Visual Basic.
Introduction to Programming Programming. COMP102 Prog. Fundamentals I: Introduction / Slide 2 Objectives l To learn fundamental problem solving techniques.
1 An Introduction to Visual Basic Objectives Explain the history of programming languages Define the terminology used in object-oriented programming.
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
A Tour of Visual Basic BACS 287. Early History of Basic Beginners All-Purpose Symbolic Instruction Code An “Interpreted” teaching language English-like.
Introduction to Programming and Visual Basic
Chapter 8 Relational Databases ActiveX Database Controls 8 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Programming Languages Lecture 12. What is Programming?  The process of telling the computer what to do  Also known as coding.
Chapter 2 Build Your First Project A Step-by-Step Approach 2 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
Overview-An Overview of Visual Basic.NET1 An Overview of Visual Basic.NET.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Joshi R.G. Dept. of Computer Sci. YMA.
Introduction to Computer Programming itc-314
CSCI 3327 Visual Basic Chapter 1: Introduction to Visual Basic
Programming Languages CPS120: Introduction to Computer Science Lecture 5.
Microsoft Visual Basic 2005: Reloaded Second Edition
COMPUTER PROGRAMMING Source: Computing Concepts (the I-series) by Haag, Cummings, and Rhea, McGraw-Hill/Irwin, 2002.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Liang, Introduction to Java Programming, Sixth Edition, (c) 2007 Pearson Education, Inc. All rights reserved Programming Languages Machine.
Chapter 11: Introduction to the Visual Basic Environment Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University.
An Introduction to Visual Basic
Programming: A Brief History. Introduction Five Generations of Programming Languages Gets closer to representing data in human terms Requires additional.
Appendices A - F A-F Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
ISYS 573 Special Topic – VB.Net David Chao. The History of VB Early 1960s:BASIC-Beginner’s All-Purpose Symbolic Instruction Code –Teaching –Simple syntax,
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
PROBLEM SOLVING The first step in writing instructions to carry out a task is to determine what the output should be (What should the task produce?)
Integrated Development Environment (IDE)
Visual C++ Programming: Concepts and Projects
Chapter 3 Introducing Visual Basic
1 Course Title: Visual Basic Programming Topic: Introduction to programming Languages (Visual basic 6.0) Lecturer: Mahamud Ahmed Jimale, BsIT, MsCs, CCNA,
CHAPTER TWO INTRODUCTION TO VISUAL BASIC © Prepared By: Razif Razali 1.
Chapter 0 Overview. Why you are here? Where will you go? What is this course for?
CC111 Lec7 : Visual Basic 1 Visual Basic(1) Lecture 7.
LBSC 690 Session 5A Programming. Languages How do we learn a language? Learn by listening Then reading Then writing How do we teach programming? Learn.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 1.1 What Is a Computer? 1.2 Computer Organization.
1.
Windows Programming, C.-S. Shieh, KUAS EC, Chapter 0 Overview.
CSC1200 INTRODUCTION TO PROGRAMMING Dr. Maureen Markel
Overview.ppt Overview-An Overview of Visual Basic.NET An Overview of Visual Basic.NET.
Programming Languages
Chapter 1 Introduction Visual Basic.NET. Copyright (c) 2003 by Prentice Hall Provided By: Qasim Al-ajmi 2 Objectives Explain what Visual Basic is Contrast.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
1 1 1 Introduction to Java. 2 History of Java Java – Originally for intelligent consumer-electronic devices – Then used for creating Web pages with dynamic.
DEPARTMENT OF COMPUTER SCIENCE Introduction to Visual Basic BCA 3 RD YR PRESENTED BY HASHIR UN NABI Dated:01/07/
Chapter 2- Visual Basic Schneider1 Programming Languages: Machine Language Assembly Language High level Language.
Chapter 2 Build Your First Project A Step-by-Step Approach 2 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
Chapter 1 Introduction to Visual Basic
Introduction to Programming and Visual Basic .NET
Visual Basic Code & No.: CS 218
Introduction to Computer CC111
CSCI-235 Micro-Computer Applications
An Introduction to Computers and Visual Basic
1. Introduction to Visual Basic
An Introduction to Computers and Visual Basic
VB 6.0.
P.J.Balakumaran, AP, Commerce CA, SNMV CAS
An Introduction to Computers and Visual Basic
Presentation transcript:

Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.2 Objectives  Machine language vs.. High-level language  Procedure-oriented, object-oriented, and event-driven languages  Background of Visual Basic  VB Integrated Development Environment  Online documentation and Help features

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.3 Application Programs Program - detailed set of instructions for a computer to execute Application programs (applications or apps) - self-contained collection of programs that perform a task for the end user Programming language - formal language used to give instructions to computers

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.4 History of Programming Languages  Machine language  Procedure-oriented languages  Object-oriented languages  Event-driven languages  Natural languages

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.5 History of Programming Languages  Machine Language different for each computer processor  Procedure-Oriented Languages FORTRAN COBOL Pascal C Ada

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.6 History of Programming Languages  Object-oriented languages Smalltalk C++ Ada 95  Event-driven languages Visual Basic most Visual languages

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.7 History of Programming Languages  Natural languages computer will accept a user’s native or natural language, such as English Researchers continue to work in this area

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.8 Background of Visual Basic  BASIC Beginner’s All-purpose Symbolic Instruction Code By John Kemeny and Thomas Kurtz Designed to teach programming to beginners BASIC language interpreter, one of Microsoft’s first products

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.9 Background of Visual Basic  BASIC Included with DOS QBASIC - included with DOS Version 5 - subset of BASIC  Visual Basic Visual Basic 1 for Windows 3 Visual Basic 4 - for Windows 95 Visual Basic 5 - for Office 97 Visual Basic 6 - for Windows 98 & Office 2000

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.10 Toolbox Form Designer Window Code Editor Window Project Explorer Properties window Form Layout Window Visual Basic 5 Interactive Development Environment

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.11 Elements of the Integrated Development Environment  Application icon  Application name  Context menus  Controls  Current project  Design view mode  Title bar  Major windows Form Designer Form Layout Toolbox Project Explorer Object Browser Properties Code Editor Immediate, Locals, Watch

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.12 Introduction to Visual Basic Hands-On Exercise 1 Start Microsoft Visual Basic 5.0 Open the Welcome Project Open the Welcome Form Run the Welcome Project End the Welcome Project Exit Visual Basic

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.13 Summary...  Event-driven languages is a major improvement in programming languages  Editions include Learning Edition, Professional Edition, and Enterprise Edition  CD-ROM includes the MSDN Library, and many sample programs

Exploring MS Visual Basic 6 Copyright 1999 Prentice-Hall, Inc.14 Summary  Integrated Development Environment includes Form Designer, Form Layout Code Edition, Project Explorer Properties and Object Browser  Choose the right tool for the job  Visual Basic is the glue that binds Windows objects together