introduction to visual basic

17
Introduction to Visual Basic 6.0 BY :- Manav khandelwal To :- Rakesh Sir

Upload: manavkhandelwal1610

Post on 14-Jul-2015

64 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Introduction to visual basic

Introduction to Visual Basic 6.0

BY :- Manav khandelwal

To :- Rakesh Sir

Page 2: Introduction to visual basic

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

Page 3: Introduction to visual basic

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.

Page 4: Introduction to visual basic

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.

Page 5: Introduction to visual basic

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:-

Page 6: Introduction to visual basic

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.

Page 7: Introduction to visual basic

Menu Bar

• The menu bar provides you menus and submenus populated with standard commands which are useful in working with Visual basic project.

Page 8: Introduction to visual basic

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.

Page 9: Introduction to visual basic

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.

Page 10: Introduction to visual basic

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.

Page 11: Introduction to visual basic

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.

Page 12: Introduction to visual basic

Properties Windows • The Properties Windows displays

the various properties for various components.

• This windows is only available in the design mode.

Page 13: Introduction to visual basic

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.

Page 14: Introduction to visual basic

Tools in Toolbox

Page 15: Introduction to visual basic

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

Page 16: Introduction to visual basic

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

Page 17: Introduction to visual basic

Thank you