Visual Basic CSC 22 082900.

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

Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
Visual Basic Project Files:.VBP file: Project File: a small text file that contains the names of other files in the project, as well as some information.
ASP Tutorial. What is ASP? ASP (Active Server Pages) is a Microsoft technology that enables you to make dynamic and interactive web pages. –ASP usually.
Using Visual Basic 6.0 to Create Web-Based Database Applications
Lecture Access – VBA. What’s BASIC? Beginners All-Purpose Symbolic Instruction Code – BASIC Event driven Designed in 1964 Dartmouth –For non-computer.
Copyright 2003 : Ismail M.Romi, PPU. All Rights Reserved 1 بسم الله الرحمن الرحيم Palestine Polytechnic University College of Administrative science and.
Slide 1 ICS 012 Visual Programming I Ahmed Esmat Second.
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
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.
1 Integrated Development Environment Building Your First Project (A Step-By-Step Approach)
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:
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Joshi R.G. Dept. of Computer Sci. YMA.
1 Modular Software/ Component Software 2 Modular Software Code developed in modules. Modules can then be linked together to produce finished product/program.
Visual Basic: An Object Oriented Approach 12 – Creating and using ActiveX objects.
Visual Basic Advanced Programming.
COMPUTER PROGRAMMING Source: Computing Concepts (the I-series) by Haag, Cummings, and Rhea, McGraw-Hill/Irwin, 2002.
Using Visual Basic 6.0 to Create Web-Based Database Applications
IE 411/511: Visual Programming for Industrial Applications
1 1 Lab1 Ismail M. Romi – IT Dept, PPU, Visual Basic 2005 Programming Tour.
ASP Introduction Y.-H. Chen International College Ming-Chuan University Fall, 2004.
Integrated Development Environment (IDE)
Introduction to the Visual Studio.NET IDE (LAB 1 )
Tutorial 11 Five windows included in the Visual Basic Startup Screen Main Form Toolbox Project Explorer (Project) Properties.
§Visual - A method used to create GUI applications. §BASIC - Beginner’s All - purpose Symbolic Instruction Code developed by John Kemeny. §VB- Evolved.
Lecture Note 1: Getting Started With ASP.  Introduction to ASP  Introduction to ASP An ASP file can contain text, HTML tags and scripts. Scripts in.
CHAPTER TWO INTRODUCTION TO VISUAL BASIC © Prepared By: Razif Razali 1.
Chapter Two Creating a First Project in Visual Basic.
CC111 Lec7 : Visual Basic 1 Visual Basic(1) Lecture 7.
An Introduction to JavaScript By: John Coliton Tuesday, November 10, 1998 Center for Teaching and Learning.
Cs332a_chapt10.ppt CS332A Advanced HTML Programming DHTML Dynamic Hypertext Markup Language A term describing a series of technologies Not a stand-a-lone.
P6 BTEC Level 3 Subsidiary Diploma in ICT. Automation The end user of a spreadsheet may be proficient in using the software, but the more that you automate.
Intro to dot Net Dr. John Abraham UTPA CSCI 3327.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
JavaScript 101 Introduction to Programming. Topics What is programming? The common elements found in most programming languages Introduction to JavaScript.
Visual Basic Integrated Development Environment (IDE) 56:150 Information System Design.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
DEPARTMENT OF COMPUTER SCIENCE Introduction to Visual Basic BCA 3 RD YR PRESENTED BY HASHIR UN NABI Dated:01/07/
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
Dive Into® Visual Basic 2010 Express
Active Server Pages Computer Science 40S.
Visual Basic Code & No.: CS 218
Introduction to Computer CC111
Chapter Topics 15.1 Graphical User Interfaces
Event loops 16-Jun-18.
Nick Sims Scripting Languages.
1. Introduction to Visual Basic
VB 6.0.
Chapter 2 Visual Basic Interface
VISUAL BASIC.
Social Media And Global Computing Introduction to Visual Studio
Understanding the Visual IDE
CIS16 Application Development Programming with Visual Basic
Event loops.
P.J.Balakumaran, AP, Commerce CA, SNMV CAS
CS285 Introduction - Visual Basic
Event loops 17-Jan-19.
Event loops 17-Jan-19.
Chapter 15: GUI Applications & Event-Driven Programming
Creative Project Revised 3/02
Event loops 8-Apr-19.
Event loops.
Event loops 19-Aug-19.
Visual Basic for Applications: Introduction
Presentation transcript:

Visual Basic CSC 22 082900

3 Variations VB - Visual Basic VBA - Visual Basic for Applications VBScript Extensive Overlap

Visual Basic Create Stand-Alone Applications Create ActiveX Modules Create Components

VBA Exists in all office products Examples: http://www.geocities.com/WallStreet/9245/

VBScript Create Web-Based Applications with Active Server Pages. Server must be NT or compatible. Run simple scripts on IE

The VB Family Visual Basic VBScript VBA - Visual Basic for Applications

Visual Basic (VB) is our focus Some coverage of VBScript Extensive Overlap Based on 35 yrs old BASIC Beginners’s All-purpose Symbolic Instruction Code Around 300 Commands

The Visual Basic IDE IDE - Integrated Development Environment Toolbar Toolbox Form Window Form Layout Window Project Window Properties Window Immediate Window (ctrl-G)

Is VB Useful?

Is VB Useful? Yes! VB allows you to rapidly create useful professional applications!

The Programming Process Decide what your application is to do by creating an overall design. Create the visual portion of your application (the screens and menus that your users will interact with). Add Visual Basic programming language code to tie the visual elements together and to automate the program. Test your application to locate and remove any bugs you may find. Compile your tested application and distribute the compiled application to your users.

Event-Driven Programming An event is an activity that occurs during a program’s execution, such as a mouse click, a keystroke, or a system event such as the timer. Event-driven programming applies to programming that responds to Windows events.

Labs A lab or project is assigned each class day. Each lab or project is due before the next class. Labs are the programming exercises at the end of each day/chapter. This excludes any quiz or non-programming exercise found at the end of each chapter.

Bonus Projects Bonus Projects are required and graded. Each day, you will do a lab or project

Lab 1 - Chapter 1 Use the Application wizard to create an application that includes an Internet browser window and a splash screen. Run the application to see how the Internet access works.