Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.

Slides:



Advertisements
Similar presentations
What Was I Thinking??. Key Terms 1. Control 1. Control 2. Design Mode 2. Design Mode 3. Event 3. Event 4. Form 4. Form 5. Interface 5. Interface 6. Properties.
Advertisements

Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Microsoft Office Illustrated Fundamentals Unit C: Getting Started with Unit C: Getting Started with Microsoft Office 2010 Microsoft Office 2010.
MS-Word XP Lesson 1.
Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
Microsoft Word Basics. Introduction to Microsoft Word Microsoft Word is a word processor designed by Microsoft. A word processor is a computer application.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTION Lesson 1 – Microsoft Office XP Basics and the Internet.
© by Pearson Education, Inc. All Rights Reserved.
Visual Basic 2010 How to Program. © by Pearson Education, Inc. All Rights Reserved.2.
Visual Basic 2010 How to Program Reference: Instructor: Maysoon Bin Duwais slides Visual Basic 2010 how to program by Deitel © by Pearson Education,
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.
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
CA 121 Intro to Programming Tariq Aziz and Kevin Jones GUI Programming in Visual Studio.NET Chapter 1 Tariq Aziz and Kevin Jones.
 2002 Prentice Hall. All rights reserved. Chapter 2 - Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Overview of the Visual Studio.NET.
Exploring the Basics of Windows XP. Objectives Start Windows XP and tour the desktop Explore the Start menu Run software programs, switch between them,
Using the Visual Basic Editor Visual Basic for Applications 1.
Compunet Corporation Programming with Visual Basic.NET GUI Week # 11 Tariq Ibn Aziz.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Introduction to Visual Basic. What is Visual Basic? An environment for developing Windows applications Components –A GUI (Graphical User Interface - gooey)
Exploring the Basics of Windows XP
1b – Inside Visual Studio Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Visual Basic Chapter 1 Mr. Wangler.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Getting Started with Application Software
IE 411/511: Visual Programming for Industrial Applications
1 1 Lab1 Ismail M. Romi – IT Dept, PPU, Visual Basic 2005 Programming Tour.
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 4 I Need a Tour Guide.
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.
Integrated Development Environment (IDE)
XP New Perspectives on Windows XP Tutorial 1 Exploring the Basics.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Microsoft Visual Basic 2005 ENRICHMENT CHAPTER Visual Studio Tools for Office.
Productivity Programs Common Features and Commands.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Instructor’s Guide to Teaching SolidWorks Software Lesson 1 School’s Name Teacher’s Name Date.
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.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files.
Key Applications Module Lesson 21 — Access Essentials
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
Lesson 10 Word Processing Unit 2—Using the Computer.
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTION Lesson 1 – Microsoft Office 2003 Basics and the Internet.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTION Lesson 1 – Microsoft Office 2003 Basics and the Internet.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Object-Oriented Application Development Using VB.NET 1 Chapter 2 The Visual Studio.NET Development Environment.
Chapter 3 I Need a Tour Guide (Introduction to Visual Basic 2010) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files 8/10/ :35 PM.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Using Visual C++.net IDE Computer and Information Sciences By: Ed Brunjes.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
Pasewark & Pasewark 1 Office Lesson 1 Microsoft Office 2007 Basics and the Internet Microsoft Office 2007: Introductory.
 2007 Pearson Education, Inc. All rights reserved Introduction to the Visual Basic Express 2005 IDE.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012)
Visual Basic .NET BASICS
Chapter 2: The Visual Studio .NET Development Environment
Microsoft Visual Basic 2005 BASICS
1. Introduction to Visual Basic
3.01 Apply Controls Associated With Visual Studio Form
Microsoft Excel 2003 Illustrated Complete
Social Media And Global Computing Introduction to Visual Studio
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic

Microsoft Visual Basic 2005 BASICS2 Objectives Explain the purpose of Microsoft Visual Basic. Start Visual Studio Open an existing Visual Basic project. Explain the purpose of the components on the compiler screen.

Microsoft Visual Basic 2005 BASICS3 Objectives (cont.) Run a Visual Basic program. Position a form in a Visual Basic program. Exit Visual Studio 2005.

Microsoft Visual Basic 2005 BASICS4 Introduction to Microsoft Visual Studio 2005 Microsoft Visual Studio 2005  Software development tool  Allows you to use a variety of programming languages Combines graphical interface and programming code  Makes program development as rapid as possible

Microsoft Visual Basic 2005 BASICS5 Starting Visual Studio 2005 Visual Studio 2005 can be started from  A shortcut on the desktop  The Start button and All Programs menu Integrated Development Environment (IDE)  Program that includes tools for creating, testing, and running computer programs

Microsoft Visual Basic 2005 BASICS6 Starting Visual Studio 2005 (cont.)

Microsoft Visual Basic 2005 BASICS7 Opening an Existing Visual Basic Project Visual Studio 2005 stores programs in a group of files called a project. The main project file has a VBPROJ extension. The SLN file is the solution file.

Microsoft Visual Basic 2005 BASICS8 Opening an Existing Visual Basic Project (cont.) Opening an existing Visual Basic project  Click the Open Project button.  Open the SLN file That corresponds with the project you wish to open

Microsoft Visual Basic 2005 BASICS9 Opening an Existing Visual Basic Project (cont.)

Microsoft Visual Basic 2005 BASICS10 Components of the Compiler

Microsoft Visual Basic 2005 BASICS11 Menus and Toolbars Visual Studio 2005 menu bar  Contains some menus found in other Windows programs Contains some that are unique to this programming environment  More than one toolbar available The Standard toolbar appears by default.

Microsoft Visual Basic 2005 BASICS12 Menus and Toolbars (cont.)

Microsoft Visual Basic 2005 BASICS13 Menus and Toolbars (cont.)

Microsoft Visual Basic 2005 BASICS14 The Solution Explorer Solution Explorer  Allows you to see the forms and files that make up your program Use the Solution Explorer  To access the forms on which you want to work

Microsoft Visual Basic 2005 BASICS15 The Solution Explorer (cont.)

Microsoft Visual Basic 2005 BASICS16 The Solution Explorer (cont.)

Microsoft Visual Basic 2005 BASICS17 The Solution Explorer (cont.)

Microsoft Visual Basic 2005 BASICS18 The Properties Window Objects  Pieces that make up a Visual Basic program Each object has characteristics that can be customized.  Called properties To see the properties of an object  Use the Properties window

Microsoft Visual Basic 2005 BASICS19 The Properties Window (cont.)

Microsoft Visual Basic 2005 BASICS20 The Properties Window (cont.)

Microsoft Visual Basic 2005 BASICS21 The Toolbox  Allows you to add objects to forms  Has tools for creating objects Command buttons Text boxes Check boxes Option buttons Picture boxes Scroll bars

Microsoft Visual Basic 2005 BASICS22 The Toolbox (cont.)

Microsoft Visual Basic 2005 BASICS23 Running a Visual Basic Program To run a Visual Basic program  Click the Start Debugging button. Found on the Standard toolbar Debug version  Can be stopped and examined in the IDE

Microsoft Visual Basic 2005 BASICS24 Running a Visual Basic Program (cont.)

Microsoft Visual Basic 2005 BASICS25 Exiting Visual Studio Exiting Visual Basic  Requires that you close Visual Studio 2005 Exit Visual Studio  Choose Exit from the File menu.  Click the Close box at the right side of the Visual Studio title bar.

Microsoft Visual Basic 2005 BASICS26 Summary Microsoft Visual Studio 2005 is a tool that allows you to create Windows programs. Visual Basic is a language you can use in Visual Studio 2005 that allows you to easily create complex programs. Visual Studio 2005 can be started from a shortcut in the All Programs (or Programs) menu or from the desktop.

Microsoft Visual Basic 2005 BASICS27 Summary (cont.) A Visual Studio 2005 project is made up of several files. Information about a project is stored in a file with a VBPROJ extension. A collection of projects is called a solution. Information about a solution is stored in a file with an SLN extension. To open a Visual Studio 2005 project, you simply have to open the SLN file.

Microsoft Visual Basic 2005 BASICS28 Summary (cont.) Visual Basic has some menu items found in other Windows programs and some menu items that are unique to Visual Studio The Standard toolbar appears by default and contains buttons for frequently used Visual Studio 2005 commands.

Microsoft Visual Basic 2005 BASICS29 Summary (cont.) The Solution Explorer allows you to see and open the forms and other files that make up a project. The Properties window lets you view the characteristics, or properties, of the objects that make up a Visual Basic program. The Properties window also allows you to make changes to those properties.

Microsoft Visual Basic 2005 BASICS30 Summary (cont.) The toolbox holds the tools that allow you to add objects, such as command buttons, to a form. To run a Visual Basic program,click the Start Debugging button from the Standard toolbar.

Microsoft Visual Basic 2005 BASICS31 Summary (cont.) Exit Microsoft Visual Studio by choosing Exit from the File menu or by clicking the Close box on the Microsoft Visual Studio title bar.