SlideShare a Scribd company logo
Introduction to 
Visual Basic 6.0 
BY :- Manav khandelwal 
To :- Rakesh Sir
Content 
• Front page Form Window 
• Content Toolbox 
• History Project Explorer Window 
• Introduction Properties Window 
• IDE playground Form Layout Window 
• Title Bar Tool in Toolbox 
• Menu bar Visual Basic Project 
• Tool bar OOPS 
• Thank you
History 
• VB 1.0 was introduced in 1991. 
The drag and drop design for 
creating the user interface is 
derived from a prototype form 
generator developed by Alan 
Cooper and his company 
called Tripod.
Introduction 
• Visual Basic is a programing language. 
• It’s a high-level programing language that 
provides Graphical User Interface (GUI) for 
designing and developing application as per 
user requirement.
IDE Playground 
• An integrated development environment 
refers to the programming environment that 
has been stacked consisting of code editor, 
compiler, debugger and also GUI builder. 
• The integrated development environment 
works as interface in Visual Basic 6.0. 
• Some components make an IDE Playground. 
The components are as follows:-
Title bar 
• The Title Bar appears at the top end of Visual 
Basic Application Window. 
• It displays the name of the Project. 
• The by default First project is named as 
Project1.
Menu Bar 
• The menu bar provides you 
menus and submenus populated 
with standard commands which 
are useful in working with Visual 
basic project.
Toolbar 
• The toolbar is Visual basic refers 
to the buttons which are used to 
perform frequently, used task, 
such as Save Projects, Open 
projects, etc.
Form Window 
• The form window is known as 
the prime components of 
Visual Basic application and 
hence it is known as the “basic 
building block” 
for creating the applications.
Toolbox 
• The toolbox contains icons of 
different controls such as Labels, 
command Buttons, etc. 
• These tools are used to create an 
interface while working with 
Forms.
Project Explorer Window 
• The Project Explorer Windows 
contains various elements, such 
ass Form, class and modules. 
• The windows displays all the 
components created in the 
current project.
Properties Windows 
• The Properties Windows displays 
the various properties for various 
components. 
• This windows is only available in 
the design mode.
Form Layout Windows 
• The Form Layout Window is 
used to locate the position of a 
Form with respect to the 
display area of the screen 
during runtime.
Tools in Toolbox
Visual Basic Project 
• The Visual Basic Project refers to the 
repository where code modules and 
Form are saved collectively. 
• The project file extension (.vbp) 
describes the Project as a whole, 
naming the individual files that are a 
part of the project
OOPS 
• Full form of OOPS is Object Oriented 
programming System. 
• OOPS refers to the concept of 
programming in a graphical 
environment where 
• the modules are classified as an 
object
Thank 
you

More Related Content

PPT
Introduction to visual basic programming
PPS
Vb6.0 Introduction
PPT
Visual basic
PPTX
History of Visual Basic Programming
PPT
visual basic v6 introduction
DOCX
Visual basic
PPTX
Visual basic 6
PPT
Vb unit t 1.1
Introduction to visual basic programming
Vb6.0 Introduction
Visual basic
History of Visual Basic Programming
visual basic v6 introduction
Visual basic
Visual basic 6
Vb unit t 1.1

What's hot (19)

PPT
Meaning Of VB
PPTX
Visusual basic
PDF
Visual Basic IDE Introduction
PPT
Visual basic
PDF
Visual basic 6.0
PPT
Visual basic ppt for tutorials computer
PPT
Vb basics
PPT
Microsoft visual basic 6
PPT
visual basic for the beginner
PPT
Chapter 01: Intro to VB2010 Programming
PDF
Vb tutorial
PPTX
Visual Programming
PDF
PPTX
Visual Basic Controls ppt
PPTX
Presentation on visual basic 6 (vb6)
DOCX
Vb lecture
PPTX
Programming basics
PPT
Best practices for upgrading vb 6.0 projects to vb.net
PPTX
Working with visual basic applications
Meaning Of VB
Visusual basic
Visual Basic IDE Introduction
Visual basic
Visual basic 6.0
Visual basic ppt for tutorials computer
Vb basics
Microsoft visual basic 6
visual basic for the beginner
Chapter 01: Intro to VB2010 Programming
Vb tutorial
Visual Programming
Visual Basic Controls ppt
Presentation on visual basic 6 (vb6)
Vb lecture
Programming basics
Best practices for upgrading vb 6.0 projects to vb.net
Working with visual basic applications
Ad

Similar to Introduction to visual basic (20)

DOCX
Visual basic concepts
PDF
Visual basic
PPT
VB6_INTRODUCTION.ppt
PDF
VB PPT by ADI part-1.pdf
PPTX
LESSON1-INTRODUCTION-TO-VISUALBASIC-1.pptx
PDF
Vb 6ch123
PDF
VB PPT by ADI part-1.pdf
PPT
VISUALBASIC_intro.ppt this file is required for BCA students.
PPTX
UNIT - 1 VISUAL BASIC PRESENTATION FOR IT
PDF
vb-160518151614.pdf
PPTX
vb-160518151614.pptx
PPTX
vb.pptx
PPTX
Introduction to visual basic 6 (1)
PPTX
Introduction to Visual Basic 6.0 Fundamentals
PPT
Ms visual-basic-6
PPTX
Introduction to Visual Basic Programming
PPT
Vb basic
PPTX
Login Project with introduction .pptx
PPT
vb-1605181cbddfbfbdfbfdbdfbfdbdfbfdbfdb51614.ppt
PPTX
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
Visual basic concepts
Visual basic
VB6_INTRODUCTION.ppt
VB PPT by ADI part-1.pdf
LESSON1-INTRODUCTION-TO-VISUALBASIC-1.pptx
Vb 6ch123
VB PPT by ADI part-1.pdf
VISUALBASIC_intro.ppt this file is required for BCA students.
UNIT - 1 VISUAL BASIC PRESENTATION FOR IT
vb-160518151614.pdf
vb-160518151614.pptx
vb.pptx
Introduction to visual basic 6 (1)
Introduction to Visual Basic 6.0 Fundamentals
Ms visual-basic-6
Introduction to Visual Basic Programming
Vb basic
Login Project with introduction .pptx
vb-1605181cbddfbfbdfbfdbdfbfdbdfbfdbfdb51614.ppt
hjksjdhksjhcksjhckjhskdjhcskjhckjdppt.pptx
Ad

Introduction to visual basic

  • 1. Introduction to Visual Basic 6.0 BY :- Manav khandelwal To :- Rakesh Sir
  • 2. Content • Front page Form Window • Content Toolbox • History Project Explorer Window • Introduction Properties Window • IDE playground Form Layout Window • Title Bar Tool in Toolbox • Menu bar Visual Basic Project • Tool bar OOPS • Thank you
  • 3. History • VB 1.0 was introduced in 1991. The drag and drop design for creating the user interface is derived from a prototype form generator developed by Alan Cooper and his company called Tripod.
  • 4. Introduction • Visual Basic is a programing language. • It’s a high-level programing language that provides Graphical User Interface (GUI) for designing and developing application as per user requirement.
  • 5. IDE Playground • An integrated development environment refers to the programming environment that has been stacked consisting of code editor, compiler, debugger and also GUI builder. • The integrated development environment works as interface in Visual Basic 6.0. • Some components make an IDE Playground. The components are as follows:-
  • 6. Title bar • The Title Bar appears at the top end of Visual Basic Application Window. • It displays the name of the Project. • The by default First project is named as Project1.
  • 7. Menu Bar • The menu bar provides you menus and submenus populated with standard commands which are useful in working with Visual basic project.
  • 8. Toolbar • The toolbar is Visual basic refers to the buttons which are used to perform frequently, used task, such as Save Projects, Open projects, etc.
  • 9. Form Window • The form window is known as the prime components of Visual Basic application and hence it is known as the “basic building block” for creating the applications.
  • 10. Toolbox • The toolbox contains icons of different controls such as Labels, command Buttons, etc. • These tools are used to create an interface while working with Forms.
  • 11. Project Explorer Window • The Project Explorer Windows contains various elements, such ass Form, class and modules. • The windows displays all the components created in the current project.
  • 12. Properties Windows • The Properties Windows displays the various properties for various components. • This windows is only available in the design mode.
  • 13. Form Layout Windows • The Form Layout Window is used to locate the position of a Form with respect to the display area of the screen during runtime.
  • 15. Visual Basic Project • The Visual Basic Project refers to the repository where code modules and Form are saved collectively. • The project file extension (.vbp) describes the Project as a whole, naming the individual files that are a part of the project
  • 16. OOPS • Full form of OOPS is Object Oriented programming System. • OOPS refers to the concept of programming in a graphical environment where • the modules are classified as an object