Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 16

DEPARTMENT OF TECHNICAL EDUCATION

ANDHRA PRADESH
Name of the Faculty : K.SRINIVAS
Designation : SENIOR LECTURER
Branch : DCCP
Institute : SGMGPT, Abdullapurmet
Year/Semester : V
Subject : VISUAL BASIC-I
Subject Code : CCP-503
Topic : MDI Applications and Graphics
Duration : 50 Minutes
Sub-Topic : Understanding MDI
Teaching Aids : PPT, Animations and
Photographs

CCP-503.41 1
Objectives
On completion of this period, you would be
able to know:

 Meaning of User Interface of a VB


Application
 Types of User Interface

 Single Document Interface (SDI)

 Multiple Document Interface (MDI)

CCP-503.41 2
Meaning Of User Interface in a VB
Application

A Visual Basic User Interface:

1. Is a form that facilitates user interaction with


the application

2. Consists of a visual such as a form,


a dialog box with interfacing components
like Toolbars, Menu bars, Buttons,
Textboxes, etc.,

CCP-503.41 3
Meaning Of User Interface in a VB
Application

1. Allows users to interact with keys, mouse or touch

CCP-503.41 4
Types Of User Interface

1. Single Document Interface (SDI)

2. Multiple Document Interface (MDI)

CCP-503.41 5
Single Document Interface

Definition:

A Single Document Interface is such an


application which offers its users only one
form or document to interact with.

CCP-503.41 6
Single Document Interface

Features:

1. Consists of a single form or document

at any particular time

4. User can use the application interacting

with the controls of a single form

or document.

CCP-503.41 7
Single Document Interface

Features:

3. The form or document consists of the VB


interfacing controls like Text Boxes, Label
Boxes, Buttons, List or Combo boxes, images,
etc.

CCP-503.41 8
Single Document Interface
Applications:
 Used when application requires same
interface for all operations it offers

 When users do not need to work with two


or more documents created by the
application at the same time.

CCP-503.41 9
Examples

Note Pad, Word Pad, Paint

CCP-503.41 10
Single Document
Interface (SDI)

CCP-503.41 11
Fig.1
Application of SDI - Note Pad

Fig.2
CCP-503.41 12
Application of SDI - WordPad

Fig.3

CCP-503.41 13
Summary

 SDI is a single document (form) application


 use the application interacting
with the controls, Menus, Toolbars, etc.

CCP-503.41 14
Quiz – Objective Type

1. Single Document Interface


SDI stands for __________________________

2. User can interact with an interface with


Keys, Mouse Touch
_________________

3. Example of SDI is
a) Note Pad
b) MS Word
c) MS Excel
d) All the above

CCP-503.41 15
Questions

1. What is User Interface?


2. Explain SDI.
3. Explain the features of SDI

CCP-503.41 16

You might also like