Integrated Development Environment (IDE)

Slides:



Advertisements
Similar presentations
Creating a Dialog-Based Comet Windows Program Brian Levantine.
Advertisements

Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
© 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.
CVEV 118/698 Visual Basic Lecture 1 Prof. Mounir Mabsout Expert 1: Elsa Sulukdjian Expert 2: Walid El Asmar.
 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.
Slide 1 ICS 012 Visual Programming I Ahmed Esmat Second.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
1 Introduction to the Visual Studio.NET IDE Powerpoint slides modified from Deitel & Deitel.
1 An Introduction to Visual Basic Objectives Explain the history of programming languages Define the terminology used in object-oriented programming.
Visual Basic.net IDE. Integrated Development Environment.
Objectives Machine language vs.. High-level language Procedure-oriented, object-oriented, and event- driven languages Background of Visual Basic VB Integrated.
Introduction to Visual Basic. What is Visual Basic? An environment for developing Windows applications Components –A GUI (Graphical User Interface - gooey)
A Tour of Visual Basic BACS 287. Early History of Basic Beginners All-Purpose Symbolic Instruction Code An “Interpreted” teaching language English-like.
Creating a Console Application with Visual Studio
Beginning Programming with the Visual Studio.NET Environment.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Getting Started Example ICS2O curriculum
Visual Basic 2008 Express Edition The IDE. Visual Basic 2008 Express The Start Page Recent Projects Open an existing project Create a New Project.
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
Visual Basic Chapter 1 Mr. Wangler.
Hands-on Introduction to Visual Basic.NET Programming Right from the Start with Visual Basic.NET 1/e 6.
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.
An Introduction to Visual Basic
Introduction to Visual Basic. Quick Links Windows Application Programming Event-Driven Application Becoming familiar with VB Control Objects Saving and.
IE 411/511: Visual Programming for Industrial Applications
1 1 Lab1 Ismail M. Romi – IT Dept, PPU, Visual Basic 2005 Programming Tour.
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
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.
Chapter 11 An Introduction to Visual Basic 2008 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
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.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Chapter 3 Introducing Visual Basic
Introduction In The Name Of Allah, The Beneficent, The Merciful.
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.
Chapter 11 An Introduction to Visual Basic 2005 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Chapter 2 – Introduction to the Visual Studio .NET IDE
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
© 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.
CITA 342 Section 2 Visual Programming. Allows the use of visual expressions (such as graphics, drawings, or animation) in the process of programming.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
1.
Hands-on Introduction to Visual Basic.NET Programming Right from the Start with Visual Basic.NET 1/e 6.
Oracle Forms Oracle Forms Builder provides various tools, which have powerful Graphical User Interfaces (GUI's) to design such forms. All objects, properties,
Copyright (c) 2003 by Prentice Hall Provided By: Qasim Al-ajmi Chapter 2 Introduction to Visual Basic Programming Visual Basic.NET.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
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.
 2007 Pearson Education, Inc. All rights reserved Introduction to the Visual Basic Express 2005 IDE.
Dive Into® Visual Basic 2010 Express
Visual Basic.NET Windows Programming
Introduction to Programming and Visual Basic .NET
Visual Basic Code & No.: CS 218
Chapter Topics 15.1 Graphical User Interfaces
Chapter 2 – Introduction to the Visual Studio .NET IDE
1. Introduction to Visual Basic
Chapter 2 Visual Basic Interface
Hands-on Introduction to Visual Basic .NET
CIS16 Application Development Programming with Visual Basic
Creating a Windows Application Project in Visual Studio
Presentation transcript:

Integrated Development Environment (IDE) Visual BASIC Integrated Development Environment (IDE)

History of Visual Basic Visual Basic 2005 (VB9): November 2005 Visual Basic 2003 (VB8): April 2003 Visual Basic .Net (VB7): February 2002 .Net Generation Pre .Net Generation Visual Basic 6.0 (VB6): October 1998 Visual Basic 5.0 (VB5): April 1997 Visual Basic 4.0 (VB4): October 1996 Visual Basic 3.0 (VB3): June 1993 Visual Basic 2.0 (VB2): November 1992 Visual Basic 1.0 (VB1): May 1991

VISUAL BASIC VISUAL BASIC method of creating a Graphical User Interface (GUI) BASIC method of writing program codes for functionality

VISUAL BASIC VB 2005 Express Developed and owned by Microsoft Created to make application programs for Windows OS. It is an object-oriented and event-driven programming language VB 2005 Express A free version of Visual Basic The IDE contains easy-to-use and easy-to-learn tools for creating .NET applications, using the Visual Basic programming language. Suitable for students or other people learning the VB language The basis of Visual Basic is an earlier programming language called BASIC that was invented by Dartmouth College professors John Kemeny and Thomas Kurtz. Visual Basic was one of the first systems that made it practical to write programs for the Windows operating system. This was possible because VB included software tools to automatically create the detailed programming required by Windows. These software tools not only create Windows programs, they also take full advantage of the graphical way that Windows works by letting programmers "draw" their systems with a mouse on the computer. This is why it's called "Visual" Basic.

Parts of VB 2005 Express IDE Start Page of VB 2005 Express IDE

Parts of VB 2008 Express IDE Start Page of VB 2008 Express IDE

Parts of VB 2005 Express IDE Main Menu Bar Toolbar Solution Explorer Properties Window Design Area Toolbox

Visual BASIC IDE Project Explorer Window Menu Bar Tool Box Main Tool Bar Project Explorer Window Tool Box Form Designer Window Properties Window Form Layout Window Code Window

Main MenuBar It consists of all the commands provided by the IDE under the different menus based on their functionality provides access to such functions as opening files, interacting with an application, or help

Provides quick access to frequently used commands Standard ToolBar Provides quick access to frequently used commands

ToolBox It consists of the various controls that can be used to design the graphical user interfaces of the application

Properties Window describes the properties of the form and its controls lists all the properties of the object that's currently selected and gives you the opportunity to modify them.

Solution Explorer Window (Project Explorer Window) contains the project files gives an overview of all the modules that are contained in the application. allows to switch between different windows

It allows GUI creation by providing the foundation for controls Form Designer Window A design space which contains objects or controls used for the application It allows GUI creation by providing the foundation for controls

CODE EDITOR (Code Window) used to write codes that determine the behavior of the forms and other objects in the application. CODE EDITOR (Code Window) used to write codes that determine the behavior of the forms and other objects in the application. IntelliSense Window It allows easy access to properties and methods of controls. IntelliSense Window It allows easy access to properties and methods of controls.

VB EXPRESS IDE

Getting Started with Visual Basic

Steps in Creating Simple Applications Create the User Interface (GUI) Set the Properties of the Objects Enter the appropriate Source Code Run the Program

Loading Visual BASIC Click Start > Programs > Microsoft Visual Studio 6.0 > Microsoft Visual Basic 6.0

Select A Project Type select the type of project you want to create. select STANDARD EXE for your project type.

Saving a Project To save, click File on the file menu then select Save Project. Visual BASIC will ask for the filename of the form. Change the folder where you intend to save your project files. Then, type the filename of the form and click Save. | You may click this icon to instantly create a folder