You are on page 1of 12

ANATOMY OF A VB APPLICATION

GUI (GRAPHICAL USER INTERFACE)


ANATOMY OF VB APPLICATION
UNDERLYING VB CODE:
WORKING WITH THE DESIGNER WINDOW OR FORM :

Set the Form’s Properties:


1. Name
2. Background
3. BackgroundImg
WORKING WITH VB CONTROLS
CONTROL NAME PREFIXES:

Note: The prefix of the control’s name is set to help identify what type of control it is. This is useful for helping
to understand the program code.
SETTING THE CONTROL’S PROPERTIES:
EXAMPLE: FONT PROPERTY
References: https://www.slideserve.com/van/chapter-2-visual-basic-controls-and-events
https://www.chegg.com/homework-help/definitions/visual-basic-control-tools-3
https://www.quora.com/What-is-the-difference-between-Visual-Basic-and-Visual-Studio-and-
what-are-the-languages-supported-by-net-framework
https://www.slideshare.net/RanjumaShubhangi/visual-basic-controls-ppt
https://www.hscripts.com/tutorials/vbnet/tool-box.html
https://www.slideserve.com/van/chapter-2-visual-basic-controls-and-events

You might also like