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

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.
MS-Word XP Lesson 1.
Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
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.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTION Lesson 1 – Microsoft Office XP Basics and the Internet.
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.
Chapter 1: An Introduction to Visual Basic.NET Programming with Microsoft Visual Basic.NET, Second Edition.
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.
Visual Basic Chapter 1 Mr. Wangler.
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.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
Tutorial 111 The Visual Studio.NET Environment The major differences between Visual Basic 6.0 and Visual Basic.NET are the latter’s support for true object-oriented.
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.
Productivity Programs Common Features and Commands.
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.
Key Applications Module Lesson 21 — Access Essentials
Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.
Chapter 2 – Introduction to the Visual Studio .NET IDE
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
1.
 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.
Copyright (c) 2003 by Prentice Hall Provided By: Qasim Al-ajmi Chapter 2 Introduction to Visual Basic Programming Visual Basic.NET.
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.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
Data-information stored in files on the disks and CDs in your computer system Why should we save a file when we create it on the computer?
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Visual Basic.NET BASICS Lesson 14 Menus and Printing.
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.
Pasewark & Pasewark 1 Office Lesson 1 Microsoft Office 2007 Basics and the Internet Microsoft Office 2007: Introductory.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
School’s Name Teacher’s Name Date
Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012)
Chapter 1: An Introduction to Visual Basic .NET
Windows Tutorial 3 Personalizing Your Windows Environment
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
1. Introduction to Visual Basic
Microsoft Excel 2003 Illustrated Complete
Social Media And Global Computing Introduction to Visual Studio
Exploring the Basics of Windows XP
Microsoft Office Illustrated Fundamentals
Presentation transcript:

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

2 Objectives Explain the purpose of Microsoft Visual Basic.NET. Start Visual Basic.NET. Open an existing Visual Basic.NET project. Run a Visual Basic.NET program.

3 Objectives (continued) Position a form in a Visual Basic.NET program. Exit Visual Basic.NET.

4 Introduction to Microsoft Visual Basic.NET Visual Basic.NET is a software development tool. Visual Basic.NET combines graphical interface and programming code.

5 Starting Visual Basic.NET Visual Basic.NET can be started from a shortcut on the desktop or from the Start button and All Programs menu. Visual Basic.NET is part of an IDE, which is a program that includes tools for creating, testing, and running computer programs.

6 Opening an Existing Visual Basic.NET Project Visual Basic.NET 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. To open an existing Visual Basic.NET project, click the Open Project button, then open the SLN file that corresponds with the project that you wish to open.

7 Components of the Compiler Menu Toolbox Properties Window Solution Explorer

8 Menus and Toolbars The Visual Basic.NET menu bar has some menus found in other Windows programs and some that are unique to this programming environment. Visual Basic.NET has more than one toolbar available. The one that appears by default is called the Standard toolbar.

9 The Solution Explorer Another important component of the Visual Basic.NET screen is the Solution Explorer. The Solution Explorer allows you to see the forms and files that make up your program. You will use the Solution Explorer to access the forms on which you want to work.

10 The Properties Menu The pieces that make up a Visual Basic.NET program are called objects. Each object has characteristics that can be customized, called properties. To see the properties of an object, select the object and view its properties in the Properties window.

11 The Toolbox The last part of the Visual Basic.NET screen to visit is the toolbox. The toolbox has tools for creating objects such as command buttons, text boxes, check boxes, option buttons, picture boxes, and scroll bars.

12 Running a Visual Basic.NET Program To run a Visual Basic.NET program, click the Start button from the Standard toolbar.

13 Exiting Visual Basic.NET Exiting Visual Basic.NET requires that you close Visual Studio.NET. Like other Windows programs, you can exit Visual Studio.NET by choosing Exit from the File menu or by clicking the Close box at the right side of the Visual Studio.NET title bar.

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

15 Summary (continued) A Visual Basic. NET 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 Basic. NET project, you simply have to open the SLN file.

16 Summary (continued) Visual Basic. NET has some menu items found in other Windows programs and some menu items that are unique to Visual Basic. NET. The Standard toolbar appears by default and contains buttons for frequently used Visual Basic. NET commands. The Solution Explorer allows you to see and open the forms and other files that make up a project.

17 Summary (continued) The Properties window lets you view the characteristics, or properties, of the objects that make up a Visual Basic. NET program. The Properties window also allows you to make changes to those properties. The toolbox holds the tools that allow you to add objects such as command buttons to a form.

18 Summary (continued) To run a Visual Basic. NET program, click the Start button from the Standard toolbar. Exit Visual Basic. NET by choosing Exit from the File menu or by clicking the Close box on the Visual Basic. NET title bar.