Presentation is loading. Please wait.

Presentation is loading. Please wait.

Visual Basic CSC 22 082900.

Similar presentations


Presentation on theme: "Visual Basic CSC 22 082900."— Presentation transcript:

1 Visual Basic CSC 22 082900

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

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

4 VBA Exists in all office products
Examples:

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

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

7 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

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

9 Is VB Useful?

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

11 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.

12 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.

13 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.

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

15 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.


Download ppt "Visual Basic CSC 22 082900."

Similar presentations


Ads by Google