Visual Programming Notes
Visual Programming Notes
oExam?
1
.AI
-basedex
am oreachmodul
e
2.
Thr
ee-L
evelnot
esbasedonSt
udent
sAbi
l
ity
(
EasyNot
es|L
ect
ureNot
es|AdvancedNot
es)
3.
Inst
antDoubtSol
vinbyOurSubj
ectEx
per
t
4.
Sol
vedQuest
ionPaper
s(3t
o5year
)
5.
Previ
ousyearQuest
ionpaper
s(1
0year
s)
6.
ModelQuest
ionPaper
7.
Ski
l
lEnhancementPr
oram AsperNEPDi
rect
ive-
CyberSecur
it
y|Tr
avelandTour
ism
8.
IA-For
mat
iveEx
am AsperNEPDi
rect
ive
+919496699507
ForEnqui
res
1. Introduction
Visual Basic implements graphical user interface that allows the use of
graphics for different applications. I t provides visual interactive windows
with user, like Dialogue box for (color, font ...), Input box, and Output box.
Also it is able to create menu to simplify user application.
To exit from Visual Basic and return to Windows is like exit from most
Windows applications. There are three ways to close the Visual Basic as
stated below.
1- Click on close button icon that appears in the upper-left corner of the
screen.
2- Press Alt+F4
3- Select File >Exit
2
2- All visual programs follow the same concepts, therefore the user will
become more familiar with visual approach for other visual languages.
3- It provides Input box and Output box as an interactive windows with
user.
4- It is able to connect to Internet, and to call Explorer.
a
b
c f
d
e
g
a- Menu Bar: It contains a standard command like: File, Edit, View,
Window, Help menus, and specific command such as: Project, Format, or
Debug menus.
3
d- form Designer: it is a window for each form to customize the designed
interface of the application. Using the form designer, the user can add
controls, graphics, and text to create the desired form appearance.
f- Project Explorer Window: it is a list of the forms and modules for the
current projects. lt is a hierarchical tree- branch structure, where the
project at top of tree and other parts like forms ,modules) descend from
this tree.
To Create an Application
The title of program includes the name of project, and when the user first
starts the program it takes a defaulted value (projectl).It also includes resize