A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.

Slides:



Advertisements
Similar presentations
MS-Word XP Lesson 1.
Advertisements

Word Lesson 1 Microsoft Word Basics
Chapter 3 Designing a Newsletter
XP Tutorial 4 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Personalizing Your Windows Environment Tutorial 4.
Microsoft Windows Vista Chapter 5 Personalize Your Work Environment.
COMPREHENSIVE Windows Tutorial 3 Personalizing Your Windows Environment.
Microsoft Word Basics. Introduction to Microsoft Word Microsoft Word is a word processor designed by Microsoft. A word processor is a computer application.
Copyright 2007, Paradigm Publishing Inc. POWERPOINT 2007 CHAPTER 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create Presentation Open, Save, Run, Print, Close,Delete.
Exploring the Basics of Windows XP. Objectives Start Windows XP and tour the desktop Explore the Start menu Run software programs, switch between them,
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 9 1 Microsoft Office FrontPage 2003 Tutorial 9 – Using Layout Tables, Styles, and Office.
Using the Visual Basic Editor Visual Basic for Applications 1.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Exploring the Basics of Windows XP
Module 3 Productivity Programs Common Features and Commands Microsoft Office 2007.
Exploring the Basics of Windows 8
1 Lesson 6 Exploring Microsoft Office 2007 Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Pasewark & Pasewark 1 Word Lesson 1 Word Basics Microsoft Office 2007: Introductory.
IE 411/511: Visual Programming for Industrial Applications
1 1 Lab1 Ismail M. Romi – IT Dept, PPU, Visual Basic 2005 Programming Tour.
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Access Web Feature Data Access Pages.
XP New Perspectives on Windows XP Tutorial 1 Exploring the Basics.
Introduction It is developed to create software applications. It is a tool for developers of any program that uses both basic and expert settings. It.
Performance Basics Exploring Microsoft Office 2007 Lesson 1.
XP New Perspectives on Microsoft Windows 2000 Professional Windows 2000 Tutorial 1 1 Microsoft Windows 2000 Professional Tutorial 1 – Exploring the Basics.
Exploring Windows and Essential Computing Concepts 1 Windows Desktop u Windows Basics u Icon u Start Button u My Computer u Network Neighborhood u Recycle.
1 Word Lesson 1 Microsoft Word Basics Microsoft Office 2010 Introductory Pasewark & Pasewark.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
How to Create a PowerPoint Presentation. Starting PowerPoint Click 4 th grade folder Find power point in list Highlight and Click on.
Chapter 2 – Introduction to the Visual Studio .NET IDE
Microsoft Office XP Illustrated Introductory, Enhanced Started with Windows 2000 Getting.
® Microsoft Office 2010 Exploring the Basics of Microsoft Windows 7.
1 Creating Windows GUIs with Visual Studio. 2 Creating the Project New Project Visual C++ Projects Windows Forms Application Give the Project a Name and.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Click your mouse to continue. The Office Shortcut Bar The Office Shortcut Bar contains program buttons that, when clicked, start new documents or start.
Lesson No: 6 Introduction to Windows XP CHBT-01 Basic Micro process & Computer Operation.
Microsoft Office 2008 for Mac – Illustrated Unit B: Getting Started with Mac OS X Leopard.
Computing Fundamentals Module Lesson 7 — The Windows Operating System Computer Literacy BASICS.
Microsoft Office 2010 is the newest version of Microsoft Office, offering features that provide users with better functionality and easier ways to work.
Lesson 14: Exploring Excel Learning Objectives After studying this lesson, you will be able to:  Explain ways Excel can help your productivity.
Let’s Learn Microsoft PowerPoint. 1.Click on start 2.Place mouse pointer on All Programs 3.Move mouse pointer to right. Place pointer on Microsoft Office.
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Access 2002 Advanced Form Design.
Lesson 6: Working with Word Basics. 2 Learning Objectives After studying this lesson, you will be able to:  Use and customize the Ribbon  Use the Quick.
1 After completing this lesson, you will be able to: Create a form using AutoForm. Create a form using the Form Wizard. Add controls to a form. Modify.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
1 Word Lesson 1 Microsoft Word Basics Microsoft Office 2010 Introductory Pasewark & Pasewark.
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
MICROSOFT WORD PRESENTATION. Word Processing  Software that is designed for the entry, editing, and printing of documents.  Windows Version = Microsoft.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Microsoft Office 2013 ®® Exploring the Basics of Windows 8.
1 Lesson 11 Exploring Microsoft Office 2010 Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition Morrison / Wells.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Windows Tutorial 3 Personalizing Your Windows Environment
Word Lesson 1 Microsoft Word Basics
Visual Basic .NET BASICS
Chapter 2: The Visual Studio .NET Development Environment
Microsoft Visual Basic 2005 BASICS
Chapter 2 – Introduction to the Visual Studio .NET IDE
3.01 Apply Controls Associated With Visual Studio Form
1. Introduction to Visual Basic
3.01 Apply Controls Associated With Visual Studio Form
The mouse controls the movement of the pointer on your screen.
Microsoft Windows 2000 Professional
Chapter 2 – Introduction to the Visual Studio .NET IDE
Exploring the Basics of Windows XP
Microsoft Windows 7 Basics
MAINTAINING FILES AND CUSTOMIZING WINDOWS Section 2
Presentation transcript:

A First Look At Microsoft Visual Basic Lesson 1

What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it is a tool that allows you to create programs.

Starting Visual Basic Visual Basic can be started from a shortcut on the desktop or from the Start button and Programs menu. Step-By-Step: 1.Click the Start button. 2.Open Programs. 3.On the Programs menu, position your mouse pointer on the menu that leads to Microsoft Visual Studio 6.0.

4. On the Microsoft Visual Studio 6.0 Menu, position your mouse pointer on the menu that leads to Microsoft Visual Basic 6.0. Double click Microsoft Visual Basic 6.0 to open the program. 5.The Visual Basic compiler starts and the New Project dialog box opens. 6.Choose Standard EXE and click on the Open button.

Components of the Compiler When you first run the Visual Basic programming environment, it look similar to other program you have run in Windows.

Components of the Compiler

The Project Explorer Allows you to see the forms and files that make up your program. Use the Project Explore to access the forms that you want to work on. By default, the Project Explorer window is docked at the upper-right corner of the screen. The Project Explorer window organizes the forms used in a Visual Basic program.

The Properties Window The pieces that make up a VB program are called objects. Windows, command buttons, text boxes, and scroll bars are all examples of objects. Objects placed on forms, such as command buttons and text boxes, are also known as controls. Each object has characteristics that can be customized. These characteristics are called properties. To see the properties of an object, select the object and view the properties in the Properties window. The properties of the object can also be changed from the Properties window.

The Toolbox The toolbox is the collection of tools that allows you to add objects (controls) to the forms you create in VB. You can find tools such as command buttons, text boxes, check boxes, option buttons, picture boxes, and scroll bars.

Running a Visual Basic Program To run a Visual Basic program, click the Start button from the standard tool bar.

Positioning a Form in a Visual Basic Program The Form Layout window, which appears in the lower right corner of the screen, shows the position the form will take when the program runs. You can change the position of the form by dragging the form’s representation in the Form Layout window. Only the Form Layout window can change a form’s placement when the program runs.

Exiting Visual Basic You can exit VB by choosing Exit from the File menu, or by clicking the Close box at the right end of the Visual Basic title bar.

Opening an Existing VB Project 1.From the New Project Dialog box, click the Existing tab. Note: If the New Project dialog box did not appear when you started Visual Basic, choose Open Project from the File menu. 2.Click the down arrow in the Look in drop down list box to open a list. 3.Click the up or down scroll bar arrows to scroll as needed, click the item that identifies where your file is located.

4.Double-click folders until you see the SnakeGame file name. 5.Click Snake Game, then click the open button. 6.Run the program and play the game.

Homework! Read Pages 2 to 13 and take notes! Answer T/F questions on page 14. Ms. Oleksyk