SlideShare a Scribd company logo
CHAPTER-02
CONTROLS
PROPERTY
EVENT
Prepare By: Mr Pork Naron
Objective
 Place a form
 Using additional control(in Toolbox) : TextBox,
MaskTextbox Button, RichTextbox, GroupBox,
CheckBox, RadioButton and PictureBox
 Set property to Control
 Add Event to Controls
 Add Code
 Develop small project
Prepare By: Mr Pork Naron
Form Property
Name : Name of Form
Text : Show Label Text
StartPosition : CenterScreen
BackColor : Background Color
Prepare By: Mr Pork Naron
Groupbox
 is used to group or contain other controls
 Property
 Name
 Text
Prepare By: Mr Pork Naron
Textbox
 Used for input data / output data
 Control Property
 ForeColor : text color
 BackColor : Background color
 TextAlign : text position(left,
right, center, justified)
Prepare By: Mr Pork Naron
Textbox(cont)
 Control Property (cont)
 Multiline : display more than 1 line
if set to true (True/False)
 WordWrap: wrap the text to next
line(True/False)
 ReadOnly : Set to read only can not
input (True/False)
Prepare By: Mr Pork Naron
MaskedTextBox Control
 A special form of TextBox control with
special properties to format the data
 Control Property
 Name
 Mask
Prepare By: Mr Pork Naron
RichTextBox Control
 Special form of TextBox control with
special properties to enable applying
different character and paragraph
formatting, as with word processor
software package
 Control Property
 Name
 WordWrap
 Multipleline
Prepare By: Mr Pork Naron
RadioButton Control
 to restrict the selection of values from
a defined set of alternatives Control
Property
 Control Property
 Name :
 Checked :(True/False)
 Text : Display next to radioButton
Prepare By: Mr Pork Naron
CheckBox Control
 Similar to RadioButton controls(option
Zero/One)
 Control Property
 Name :
 Checked :(True/False)
 Text : Display next to CheckBox
Prepare By: Mr Pork Naron
PictureBox Control
 is used to display images on a form.
 Control Property
 Name : Name of PictureBox
 Image : Image Resource
 SizeMode : How Image display
 Visible : True/False
Prepare By: Mr Pork Naron
Application Design(Practice)
rBackColorBlack
rBackColorWhite
rBackColorRed
rBackColorBlue
rTextColorYellow
rTextColorGreen
rTextColorBlue
rTextColorRed
cmdDisplay cmdReset cmdClearPictureBox
chOutputVisible
rOutput
txtPhone
txtName
txtRole
Prepare By: Mr Pork Naron
Add Event & Coding
Button – Click Event
 Display | cmdDisplay
 Reset | cmdReset
 Exit | cmdExit
Prepare By: Mr Pork Naron
Coding
Prepare By: Mr Pork Naron
Add Event & Coding (cont)
RadioButton – CheckedChanged Event
Group_Background
 Black | rBackgroundBlack
 White | rBackgroundWhite
 Red | rBackgroundRed
 Blue | rBackgroundBlue
Prepare By: Mr Pork Naron
Coding
Prepare By: Mr Pork Naron
Add Event & Coding (cont)
RadioButton – CheckedChanged Event
Text_Color
 Red | rTextcolorRed
 Blue | rTextcolorBlue
 Green | rTextcolorGreen
Prepare By: Mr Pork Naron
Coding
Prepare By: Mr Pork Naron
Add Event & Coding (cont)
CheckBox – CheckedChanged Event
 Output Visible | chOutputVisible
Prepare By: Mr Pork Naron
Coding
Prepare By: Mr Pork Naron

More Related Content

Similar to Chapter 02

Chapter 03
Chapter 03Chapter 03
Chapter 03
llmeade
 
GUI programming
GUI programmingGUI programming
GUI programming
Vineeta Garg
 
Automatic dimmer package dimensioning RS-232
Automatic dimmer package dimensioning RS-232Automatic dimmer package dimensioning RS-232
Automatic dimmer package dimensioning RS-232
topomax
 
Chapter 3 — Program Design and Coding
Chapter 3 — Program Design and Coding Chapter 3 — Program Design and Coding
Chapter 3 — Program Design and Coding
francopw
 
Gui programming a review - mixed content
Gui programming   a review - mixed contentGui programming   a review - mixed content
Gui programming a review - mixed content
Yogesh Kumar
 
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
Rebekka Aalbers-de Jong
 
Vs c# lecture1
Vs c# lecture1Vs c# lecture1
Vs c# lecture1
Saman M. Almufti
 
App inventor projects
App inventor projectsApp inventor projects
App inventor projects
Mohammed El Hedhly
 
ITS-16163-Module 8-Graphic User Interface (GUI)
ITS-16163-Module 8-Graphic User Interface (GUI)ITS-16163-Module 8-Graphic User Interface (GUI)
ITS-16163-Module 8-Graphic User Interface (GUI)
oudesign
 
Visual studio.net
Visual studio.netVisual studio.net
Visual studio.net
Dr. C.V. Suresh Babu
 
Vb
VbVb
Windows Forms For Beginners Part - 1
Windows Forms For Beginners Part - 1Windows Forms For Beginners Part - 1
Windows Forms For Beginners Part - 1
Bhushan Mulmule
 
SPF WinForm Programs
SPF WinForm ProgramsSPF WinForm Programs
SPF WinForm Programs
Hock Leng PUAH
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
llmeade
 
Windowforms controls c#
Windowforms controls c#Windowforms controls c#
Windowforms controls c#
prabhu rajendran
 
Chapter 05 show
Chapter 05 showChapter 05 show
Chapter 05 show
chda01008
 
Having fun power apps components HandsOn - Power User Days Belgium 2019
Having fun power apps components HandsOn - Power User Days Belgium 2019Having fun power apps components HandsOn - Power User Days Belgium 2019
Having fun power apps components HandsOn - Power User Days Belgium 2019
Rebekka Aalbers-de Jong
 
Windows Forms For Beginners Part 5
Windows Forms For Beginners Part 5Windows Forms For Beginners Part 5
Windows Forms For Beginners Part 5
Bhushan Mulmule
 
ASP.NET UNIT 3.ppt
ASP.NET UNIT 3.pptASP.NET UNIT 3.ppt
ASP.NET UNIT 3.ppt
saravana131297
 
Tm 1st quarter - 2nd meeting
Tm   1st quarter - 2nd meetingTm   1st quarter - 2nd meeting
Tm 1st quarter - 2nd meeting
Esmeraldo Jr Guimbarda
 

Similar to Chapter 02 (20)

Chapter 03
Chapter 03Chapter 03
Chapter 03
 
GUI programming
GUI programmingGUI programming
GUI programming
 
Automatic dimmer package dimensioning RS-232
Automatic dimmer package dimensioning RS-232Automatic dimmer package dimensioning RS-232
Automatic dimmer package dimensioning RS-232
 
Chapter 3 — Program Design and Coding
Chapter 3 — Program Design and Coding Chapter 3 — Program Design and Coding
Chapter 3 — Program Design and Coding
 
Gui programming a review - mixed content
Gui programming   a review - mixed contentGui programming   a review - mixed content
Gui programming a review - mixed content
 
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
Having fun power apps components HandsOn - Power Platform World Tour Copenhag...
 
Vs c# lecture1
Vs c# lecture1Vs c# lecture1
Vs c# lecture1
 
App inventor projects
App inventor projectsApp inventor projects
App inventor projects
 
ITS-16163-Module 8-Graphic User Interface (GUI)
ITS-16163-Module 8-Graphic User Interface (GUI)ITS-16163-Module 8-Graphic User Interface (GUI)
ITS-16163-Module 8-Graphic User Interface (GUI)
 
Visual studio.net
Visual studio.netVisual studio.net
Visual studio.net
 
Vb
VbVb
Vb
 
Windows Forms For Beginners Part - 1
Windows Forms For Beginners Part - 1Windows Forms For Beginners Part - 1
Windows Forms For Beginners Part - 1
 
SPF WinForm Programs
SPF WinForm ProgramsSPF WinForm Programs
SPF WinForm Programs
 
Chapter 05
Chapter 05Chapter 05
Chapter 05
 
Windowforms controls c#
Windowforms controls c#Windowforms controls c#
Windowforms controls c#
 
Chapter 05 show
Chapter 05 showChapter 05 show
Chapter 05 show
 
Having fun power apps components HandsOn - Power User Days Belgium 2019
Having fun power apps components HandsOn - Power User Days Belgium 2019Having fun power apps components HandsOn - Power User Days Belgium 2019
Having fun power apps components HandsOn - Power User Days Belgium 2019
 
Windows Forms For Beginners Part 5
Windows Forms For Beginners Part 5Windows Forms For Beginners Part 5
Windows Forms For Beginners Part 5
 
ASP.NET UNIT 3.ppt
ASP.NET UNIT 3.pptASP.NET UNIT 3.ppt
ASP.NET UNIT 3.ppt
 
Tm 1st quarter - 2nd meeting
Tm   1st quarter - 2nd meetingTm   1st quarter - 2nd meeting
Tm 1st quarter - 2nd meeting
 

Recently uploaded

Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
simonomuemu
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
sayalidalavi006
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 

Recently uploaded (20)

Smart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICTSmart-Money for SMC traders good time and ICT
Smart-Money for SMC traders good time and ICT
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5Community pharmacy- Social and preventive pharmacy UNIT 5
Community pharmacy- Social and preventive pharmacy UNIT 5
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 

Chapter 02

  • 2. Objective  Place a form  Using additional control(in Toolbox) : TextBox, MaskTextbox Button, RichTextbox, GroupBox, CheckBox, RadioButton and PictureBox  Set property to Control  Add Event to Controls  Add Code  Develop small project Prepare By: Mr Pork Naron
  • 3. Form Property Name : Name of Form Text : Show Label Text StartPosition : CenterScreen BackColor : Background Color Prepare By: Mr Pork Naron
  • 4. Groupbox  is used to group or contain other controls  Property  Name  Text Prepare By: Mr Pork Naron
  • 5. Textbox  Used for input data / output data  Control Property  ForeColor : text color  BackColor : Background color  TextAlign : text position(left, right, center, justified) Prepare By: Mr Pork Naron
  • 6. Textbox(cont)  Control Property (cont)  Multiline : display more than 1 line if set to true (True/False)  WordWrap: wrap the text to next line(True/False)  ReadOnly : Set to read only can not input (True/False) Prepare By: Mr Pork Naron
  • 7. MaskedTextBox Control  A special form of TextBox control with special properties to format the data  Control Property  Name  Mask Prepare By: Mr Pork Naron
  • 8. RichTextBox Control  Special form of TextBox control with special properties to enable applying different character and paragraph formatting, as with word processor software package  Control Property  Name  WordWrap  Multipleline Prepare By: Mr Pork Naron
  • 9. RadioButton Control  to restrict the selection of values from a defined set of alternatives Control Property  Control Property  Name :  Checked :(True/False)  Text : Display next to radioButton Prepare By: Mr Pork Naron
  • 10. CheckBox Control  Similar to RadioButton controls(option Zero/One)  Control Property  Name :  Checked :(True/False)  Text : Display next to CheckBox Prepare By: Mr Pork Naron
  • 11. PictureBox Control  is used to display images on a form.  Control Property  Name : Name of PictureBox  Image : Image Resource  SizeMode : How Image display  Visible : True/False Prepare By: Mr Pork Naron
  • 13. Add Event & Coding Button – Click Event  Display | cmdDisplay  Reset | cmdReset  Exit | cmdExit Prepare By: Mr Pork Naron
  • 14. Coding Prepare By: Mr Pork Naron
  • 15. Add Event & Coding (cont) RadioButton – CheckedChanged Event Group_Background  Black | rBackgroundBlack  White | rBackgroundWhite  Red | rBackgroundRed  Blue | rBackgroundBlue Prepare By: Mr Pork Naron
  • 16. Coding Prepare By: Mr Pork Naron
  • 17. Add Event & Coding (cont) RadioButton – CheckedChanged Event Text_Color  Red | rTextcolorRed  Blue | rTextcolorBlue  Green | rTextcolorGreen Prepare By: Mr Pork Naron
  • 18. Coding Prepare By: Mr Pork Naron
  • 19. Add Event & Coding (cont) CheckBox – CheckedChanged Event  Output Visible | chOutputVisible Prepare By: Mr Pork Naron
  • 20. Coding Prepare By: Mr Pork Naron

Editor's Notes

  1. Control : type of user interface element you create on a Visual Basic form Property : Characteristic of object control (Describe object) Event : what happens when an object does something Methods  : cause an object to do something
  2. Name property – most of the time you will not bother to name a GroupBox control because they are rarely referred to when you write programming code – if you were to name the control, a name such as StudentInformationGroupBox would be appropriate. · Text property – displays the words in the upper left corner of the GroupBox control. If you leave the Text property blank, the GroupBox looks like a rectangle.
  3. Use concatenation operator(&) to link two or more string together. (we can use plus sign (+)) Use Close() to close the form.