Integrated Development Environment Visual Basic IDE Slide 2 of 10 Topic & Structure of the lesson Introduction Integrated Development Environment Tool.

Slides:



Advertisements
Similar presentations
Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
Advertisements

CS0004: Introduction to Programming Visual Studio 2010 and Controls.
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,
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
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.
 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.
Introduction to Computing Dr. Nadeem A Khan. Lecture 11.
Introduction to computers & Visual Basic School of Business Eastern Illinois University © Abdou Illia, Spring 2003 (Week 3, Monday 1/27/2003)
Copyright 2003 : Ismail M.Romi, PPU. All Rights Reserved 1 بسم الله الرحمن الرحيم Palestine Polytechnic University College of Administrative science and.
Introduction to Visual Basic What it is, and a simple program Mike Thelwall University of Wolverhampton, UK.
1 Introduction to the Visual Studio.NET IDE Powerpoint slides modified from Deitel & Deitel.
Visual Basic.net IDE. Integrated Development Environment.
Introduction to Visual Basic Chulantha Kulasekere.
Module 3 Productivity Programs Common Features and Commands Microsoft Office 2007.
Visual Basic Chapter 1 Mr. Wangler.
Microsoft Visual Basic 2005: Reloaded Second Edition
An Introduction to Visual Basic
IE 411/511: Visual Programming for Industrial Applications
1 1 Lab1 Ismail M. Romi – IT Dept, PPU, Visual Basic 2005 Programming Tour.
Appendices A - F A-F Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
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.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Lesson 1 Introduction.
Chapter 2 - More Controls More controls – Text boxes - used for user input – Frames - containers to group items – check boxes - user select an option -
Copyright © 2001 by Wiley. All rights reserved. Chapter 2: Using Visual Basic to Create a First Project Getting Started with VB Development Environment.
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
 Application – another name for a program.  Interface – is what appears on the screen when the application is running.  Program Code – is instructions.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Tutorial 11 Five windows included in the Visual Basic Startup Screen Main Form Toolbox Project Explorer (Project) Properties.
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.
§Visual - A method used to create GUI applications. §BASIC - Beginner’s All - purpose Symbolic Instruction Code developed by John Kemeny. §VB- Evolved.
Chapter Two Creating a First Project in Visual Basic.
CC111 Lec7 : Visual Basic 1 Visual Basic(1) Lecture 7.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
Chapter 2 – Introduction to the Visual Studio .NET IDE
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 2.1 Test-Driving the Welcome Application 2.2.
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
Visual Basic Programming Introduction VB is one of the High level language VB has evolved from the BASIC language. BASIC stands for Beginners All-purpose.
1 Visual Basic Part I - A tool for customizing your program Principles of GIS
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
1 Introduction to Visual Basic Dr Mohd Nabil Almunawar MS 3403 Advanced Computing.
BBT 10 Visual Basic 03 Enrichment. Tip Before creating any files for your project, first create a new folder Save all of your files in the folder Pieces.
Chapter 3 I Need a Tour Guide (Introduction to Visual Basic 2010) Clearly Visual Basic: Programming with Visual Basic nd Edition.
TOOLBOX. The Toolbox Intrinsic Controls - always included in the Toolbox ActiveX Controls - separate files with ocx file extension Insertable Objects.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
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 Visual Basic 2012: Reloaded Fifth Edition Chapter One An Introduction to Visual Basic 2012.
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)
Chapter 2: The Visual Studio .NET Development Environment
Chapter 1: An Introduction to Visual Basic 2015
Introduction to Computer CC111
Introduction to Computing
Chapter 2 – Introduction to the Visual Studio .NET IDE
Introduction to Computing
1. Introduction to Visual Basic
VB 6.0.
Visual Basic.
P.J.Balakumaran, AP, Commerce CA, SNMV CAS
Visual Studio.
Chapter 4 Enhancing the Graphical User Interface
Chapter 4 Enhancing the Graphical User Interface
Presentation transcript:

Integrated Development Environment Visual Basic

IDE Slide 2 of 10 Topic & Structure of the lesson Introduction Integrated Development Environment Tool Box Properties Window Form Window Saving a Project

Visual Basic IDE Slide 3 of 10 Learning Outcomes At the end of this lesson you should be able to : 1.Know the Integrated Development Environment 2.Use the Project window 3.Use the Visual Basic Toolbox 4.Use Form Layout Window 5.Use the Properties Window 6.Save a Visual Basic Project

Visual Basic IDE Slide 4 of 10 Keywords If you have mastered this topic, you should be able to use the following terms correctly in your assignments and exams: nIDE nToolbox nText Box nLabel nCommand Button nForm Window nProperties

Visual Basic IDE Slide 5 of 10 VB IDE is used to Create, Run and Debug Visual Basic programs in one application without the need to open additional programs. Integrated Development Environment

Visual Basic IDE Slide 6 of 10 Starting Visual Basic 6.0 Select Microsoft Visual Studio Select Visual Basic 6.0 Click Standard.EXE to start programming

Visual Basic IDE Slide 7 of 10 Viewer buttons that can show the interface elements or the programming. List of Forms. Other files - modules The Project Window

Visual Basic IDE Slide 8 of 10 Picture Box Text Input Box Command Button Radio Button List Box Vertical Scroll Bar Drive List Box File List Box Line Data Control Selection arrow Text Label Frame Check Box Combo Box Horizontal Scroll Bar Timer Directory List Box Shape Image Visual Basic Toolbox

Visual Basic IDE Slide 9 of 10 Group Exercise Match as many controls on the toolbar : a)Command Button b)Option Button c)Label d)Line e)Frame f)Image g)Picture Box h)VScrollBar i)Text Box j)Timer k)Check Box l)Radio Buttons

Visual Basic IDE Slide 10 of 10 Option buttons are used in a groups where only one can be true. OptionButton Provide the user with a toggle choice (checked or unchecked). Check Box Represent a button.CommandButto n A control for grouping other control. Frame Accepting the user input and can display text also. TextBox Displays uneditable text to the user. Label Displays Image.PictureBox DescriptionControl Visual Basic Toolbox

Visual Basic IDE Slide 11 of 10 A control for accessing directories. DirListBox A control for accessing the system disk drives (C : A : etc.). DriveListBox A control that performs a task at programmer-specified intervals. A Timer is not visible to the user. Timer A vertical scrollbar.VScrollBar A horizontal scrollbar.HScrollBar Provides a short list of items.ComboBox Provides a long list of items.ListBox DescriptionControl Visual Basic Toolbox

Visual Basic IDE Slide 12 of 10 Exercise Describe the purpose of the following controls : 1.Text Box 2.Label 3.Command Button 4.Check Box 5.Option Buttons 6.Frame 7.Picture Box

Visual Basic IDE Slide 13 of 10 Form layout windows specifies a form’s position on a screen at runtime. The Form Layout window consists of an image representing the screen and the form’s relative position on the screen. Form Layout Screen Form

Visual Basic IDE Slide 14 of 10 The properties window displays the properties for a form or control. Properties are attributes such as size, position, color,etc. Properties Window

Visual Basic IDE Slide 15 of 10 Name Of Control or Form Type Of Control or Form Scroll Bar Selected Property Description Properties Window

Visual Basic IDE Slide 16 of 10 Exercise List FIVE other properties that you can think of for an object. Why are they needed ?

Visual Basic IDE Slide 17 of 10 File and Project Tools Menu Bar and Tool Bar Run and Debug Buttons Size and position info The menu bar

Visual Basic IDE Slide 18 of 10 Executing a program, stopping a program, etc. Run Options for debugging.Debug Aligning and locking a Form’s control.Format Adding features e.g forms to the project.Project Displaying IDE windows and tool bars.View Cut, paste, find, undo, delete, etc.Edit Used for opening, closing, and printing projects, etc. File DescriptionMenu Menu Bar and Tool Bar

Visual Basic IDE Slide 19 of 10 Displaying a Line of Text

Visual Basic IDE Slide 20 of 10 Save a Form and Project Ensure that the Form is saved first before saving the project. Rules Click File Menu Save Form1 as …. then Save Project as ……..

Visual Basic IDE Slide 21 of 10 Group Exercise True/False 1.The toolbar contains the control items 2.The Project window is also called the Project Explorer 3.The tool bar provides an easy way to run certain menu commands 4.VB is an integrated development environment 5.Caption is used to display a name for an object 6.A text box can only be used to display items 7.A command button is used to execute a program 8.A form is used to place components for design purpose 9.VB is used to create web or internet applications

Visual Basic IDE Slide 22 of 10 Home Work Design an interface and place your Name, Intake and Institute Name on three separate labels. Place three text boxes on the form Place a command button to display your name, intake and institute’s name on the text boxes. Place Apiit Logo on the form using a Picture Box. Save your VB Project in A:\VB\exercise1.vbp