Chapter 3
Windows
Programming
Cont’d
1
Contents
Introduction to Windows Form Application
Introduction to Form
Introduction to Control
Events
Some common Controls
Some advanced Controls
Slide 2
Some advanced controls
1. DomainUpDown,
NumericUpDown
2. MonthCalendar,
DateTimePicker
3. Timer, TrackBar,
ProgressBar
4. MenuStrip,
ContextMenuStrip
5. ToolStrip
6. StatusStrip
MDI Applications Slide 3
NumericUpDown,
DomainUpDown
NumericUpDown
Minimum property
Maximum property
Increment property
Value property
ValueChanged event
DomainUpDown
Items property
Sorted property
SelectedIndex property
SelectedItem property Slide 4
DomainUpDown example
5