100% found this document useful (1 vote)
526 views25 pages

UNIT-1 & HOUR-1 Getting Started With VB6

This document outlines a course on Visual Basic for a class of III BSc (CT)-B students in the odd semester of 2019-20. The course covers getting started with VB6, including the programming environment, forms, variables, data types, procedures, arrays, and controls. It provides an overview of VB6 features such as the GUI interface, modularity, object orientation, debugging tools, and data access. The document includes sample multiple choice questions and announces the topic of the next session: the VB programming environment.

Uploaded by

Vimal Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
526 views25 pages

UNIT-1 & HOUR-1 Getting Started With VB6

This document outlines a course on Visual Basic for a class of III BSc (CT)-B students in the odd semester of 2019-20. The course covers getting started with VB6, including the programming environment, forms, variables, data types, procedures, arrays, and controls. It provides an overview of VB6 features such as the GUI interface, modularity, object orientation, debugging tools, and data access. The document includes sample multiple choice questions and announces the topic of the next session: the VB programming environment.

Uploaded by

Vimal Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 25

Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

Course: CORE 9: VISUAL BASIC

Google Classroom: 83j2lr Programme : III B.Sc. (CT) - B

Unit : I Hour : 1

Getting Started with VB6

Faculty: Mr. I. Gobi

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 1


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 2


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

SNAP TALK

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 3


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

VISUAL
BASIC
CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 4
Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

Text book
• Visual Basic 6.0 Programming,
Content Development Group, TMH,
8th reprint, 2007.
Reference books

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 5


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

UNIT-1
• Getting started with VB6
• Programming environment
• Working with forms
• Developing an application
• Variables
• Data types and modules
• Procedures and control structures
• Arrays.
• Working with controls: creating and using controls
• Working with control arrays.

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 6


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

Getting Started
with VB 6.0

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 7


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

Getting Started with VB 6.0


• Visual Basic is a third-generation event-
driven and user-friendly programming
language to develop GUI window
applications that allows the developer
drag and drop objects into the program
easily.

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 8


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 9


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

Features of visual basic


• GUI Interface
• Modularization
• Object Oriented
• Debugging
• Macros IDE
• Data access feature
CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 10
Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

1. GUI Interface

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 11


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

2.Modularization

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 12


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

3. Object Oriented

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 13


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

4. Debugging

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 14


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

5. Macros IDE

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 15


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

6. Data access feature

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 16


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

keywords
• GUI Interface
• Modularization
• Object Oriented
• Debugging
• Macros IDE
• Data access feature

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 17


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

Points to ponder
• Visual Basic is a third-generation event-
driven and user-friendly programming
language
• To develop GUI window applications
that allows the developer drag and drop
objects into the program easily.

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 18


Department ComputerScience
Department of Computer Technology III BSc (CT)-B
II-B.Sc-CT ODD Semester: 2019 - 202017-18
IV Semester:

Multiple Choice Questions


1. Visual Basic is a third-generation
__________________and user-friendly
programming language
a. Software- driven.
b. Hardware- driven
c. Program-driven
d. Event-driven
CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 19
Department ComputerScience
Department of Computer Technology III BSc (CT)-B
II-B.Sc-CT ODD Semester: 2019 - 202017-18
IV Semester:

2. GUI - ______________________.
a.Graphical Unified Interface
b.Graphical user identity
c.Graphical user interface
d.Graphical user identity

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 20


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

3. Visual Basic is a tool that allows


you to develop application in…………

A. Real time
B. Graphical User Interface
C. Menu Driven
D. None Of These 

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 21


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

4. GUI window applications


that allows the developer
________objects. 
a) Drop and exit
b) Drag and drop
c) Design and drag
d) Drag and end

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 22


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

5. Visual Basic ______ programming


language.

a)Event- Oriented
b)Event- Designed
c)Event- Focused
d)Event- Driven

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 23


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

You tube links


• https://www.youtube.com
/watch?v=1oGpl6qNKoQ

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 24


Department Computer Technology III BSc (CT)-B ODD Semester: 2019 - 20

Next Session
• Programming Environment

CORE 9: VISUAL BASIC Unit - 1 Getting Started with VB6 25

You might also like