 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.

Slides:



Advertisements
Similar presentations
VISUAL BASIC Visual Basic is derived from the Basic language (Beginner’s All-Purpose Symbolic Instruction Code) Visual Basic uses an event-driven programming.
Advertisements

Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
Using Macros and Visual Basic for Applications (VBA) with Excel
CHAPTER TWO Creating Simple Visual Basic.NET Windows Applications.
© by Pearson Education, Inc. All Rights Reserved.
Visual Basic 2010 How to Program. © by Pearson Education, Inc. All Rights Reserved.2.
© by Pearson Education, Inc. All Rights Reserved. continued …
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.
The Microsoft View: Module 1: Getting Started. Copyright Course 2559B, Introduction to Visual Basic®.NET Programming with Microsoft®.NET. Lecture 1 Microsoft.
CA 121 Intro to Programming Tariq Aziz and Kevin Jones GUI Programming in Visual Studio.NET Chapter 1 Tariq Aziz and Kevin Jones.
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.
1 Introduction to the Visual Studio.NET IDE Powerpoint slides modified from Deitel & Deitel.
Microsoft Office © Copyright William Rowan Objective By the end of this you will have being given a brief introduction to: Microsoft Word Microsoft.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Word Project 8 Working with Macros and Visual Basic for Applications (VBA)
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Visual Basic 2008 Express Edition The IDE. Visual Basic 2008 Express The Start Page Recent Projects Open an existing project Create a New Project.
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.
 2002 Prentice Hall. All rights reserved. 1 Introduction to Visual Basic.NET,.NET Framework and Visual Studio.NET Outline 1.7Introduction to Visual Basic.NET.
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
IE 411/511: Visual Programming for Industrial Applications
CHAPTER TWO Creating Simple Visual Basic.NET Windows Applications.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved. 1 2 Welcome Application Introducing the Visual Basic 2008 Express Edition IDE.
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 4 I Need a Tour Guide.
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.
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.
 2009 Pearson Education, Inc. All rights reserved Introduction to the Visual Basic Express 2008 IDE.
 2009 Pearson Education, Inc. All rights reserved Dive Into ® Visual C# 2008 Express.
Jozef Goetz,  2006 Pearson Education, Inc. All rights reserved.  2002 Prentice Hall. All rights reserved. expanded by J. Goetz, 2009.
Tutorial 1: An Introduction to Visual Basic.NET1 Tutorial 1 An Introduction to Visual Basic.NET.
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.
Copyright © 2001 by Wiley. All rights reserved. Chapter 2: Using Visual Basic to Create a First Project Getting Started with VB Development Environment.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Chapter 3 Introducing Visual Basic
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved. 1 3 Welcome Application Introduction to Visual Programming.
CHAPTER TWO Creating Simple Visual Basic.NET Windows Applications.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 3.1 Test-Driving the Welcome Application 3.2.
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.
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
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.
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.
 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.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
 You won’t write a single line of program code.  Instead, you’ll use visual programming techniques.  Visual Studio processes your actions (such as mouse.
2-1 Chapter 2 Using VB.NET to Create a First Solution.
Introduction to Visual Basic. NET,. NET Framework and Visual Studio
Dive Into® Visual Basic 2010 Express
Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012)
Chapter 1: An Introduction to Visual Basic 2015
Chapter 2 – Introduction to the Visual Studio .NET IDE
3.01 Apply Controls Associated With Visual Studio Form
3.01 Apply Controls Associated With Visual Studio Form
Introduction to the Visual C# 2005 Express Edition IDE
Chapter 2 – Introduction to the Visual Studio .NET IDE
Presentation transcript:

 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 IDE 2.3Menu Bar and Toolbar 2.4Visual Studio.NET IDE Windows Solution Explorer Toolbox Properties Window 2.5Using Help 2.6Simple Program: Displaying Text and an Image

 2002 Prentice Hall. All rights reserved. 2.1 Introduction Visual Studio.NET –Microsoft’s Integrated Development Environment (IDE) –Used to create, run and debug programs (applications) Visual programming –Dragging and dropping predefined building blocks into place to create a simple Visual Basic program

 2002 Prentice Hall. All rights reserved. 2.2 Overview of the Visual Studio.NET IDE Start Page –Helpful links to get around Get Started What’s New Downloads My Profile –Displays recent projects –Displays Open Project and New Project buttons

 2002 Prentice Hall. All rights reserved. Fig. 2.1Start Page in Visual Studio.NET. Location bar

 2002 Prentice Hall. All rights reserved. Fig. 2.2New Project dialog.

 2002 Prentice Hall. All rights reserved. Fig. 2.3Design view of Visual Studio.NET IDE.

 2002 Prentice Hall. All rights reserved. Fig. 2.4Visual Studio.NET IDE menu bar.

 2002 Prentice Hall. All rights reserved. Fig. 2.5Summary of Visual Studio.NET IDE menus.

 2002 Prentice Hall. All rights reserved. Fig. 2.6Toolbar demonstration.

 2002 Prentice Hall. All rights reserved. Fig. 2.7Tool tip demonstration. Fig. 2.8Toolbar icons for three Visual Studio.NET IDE windows.

 2002 Prentice Hall. All rights reserved. Fig. 2.9Demonstrating the auto-hide feature.

 2002 Prentice Hall. All rights reserved. Fig. 2.10Solution Explorer with an open solution.

 2002 Prentice Hall. All rights reserved. Fig. 2.11Toolbox window.

 2002 Prentice Hall. All rights reserved. Fig. 2.12Properties window.

 2002 Prentice Hall. All rights reserved. Fig. 2.13Help menu commands.

 2002 Prentice Hall. All rights reserved. Fig. 2.14Dynamic Help window.

 2002 Prentice Hall. All rights reserved. Fig. 2.15Simple program executing.

 2002 Prentice Hall. All rights reserved. Fig. 2.16Creating a new Windows Application.

 2002 Prentice Hall. All rights reserved. Fig. 2.17Setting the project location in the Project Location dialog.

 2002 Prentice Hall. All rights reserved. Fig. 2.18Setting the form’s Text property.

 2002 Prentice Hall. All rights reserved. Fig. 2.19Form with sizing handles.

 2002 Prentice Hall. All rights reserved. Fig. 2.20Changing the form’s BackColor property.

 2002 Prentice Hall. All rights reserved. Fig. 2.21Adding a label to the form.

 2002 Prentice Hall. All rights reserved. Fig. 2.22Label in position with its Text property set.

 2002 Prentice Hall. All rights reserved. Fig. 2.23Properties window displaying the label’s properties.

 2002 Prentice Hall. All rights reserved. Fig. 2.24Font window for selecting fonts, styles and sizes.

 2002 Prentice Hall. All rights reserved. Fig. 2.25Centering the label’s text.

 2002 Prentice Hall. All rights reserved. Fig. 2.26Inserting and aligning the picture box.

 2002 Prentice Hall. All rights reserved. Fig. 2.27Image property of the picture box.

 2002 Prentice Hall. All rights reserved. Fig. 2.28Selecting an image for the picture box.

 2002 Prentice Hall. All rights reserved. Fig. 2.29Picture box displaying an image.

 2002 Prentice Hall. All rights reserved. Fig. 2.30IDE in run mode, with the running application in the foreground.