You are on page 1of 26

Advance controls

Tab Control
• Displays multiple tabs
• Contains pictures and other controls
• Produces multiple-page dialog boxes
• Important Property
– Tab Pages
• Important Event
– Click Event
To Add / Remove Tabs
Tool Bar & Status Bar Control
• Tool Bar - Similar to a control bar
– Displays a row of drop-down menus
– Buttons as bitmaps, icons
• Status Bar
– Displays the status of the event…
– Usually at the bottom of the form
For Each icon in the toolbar
 You can change
Text Property  displays as tooltip
Image Property  Icons on buttons
Error Provider Control
• It is used to validate an input in a control
• Displays Error Icon
• Method  SetError
• Place any control (eg – textbox  properties)
Tree View Control
• Used to display nodes in hierarchical fashion
• Parent Child nodes, Check boxes – T / F
• Images can also be used – ImageList Ctrl
User Defined Controls
• Create users own dll files  In new pjt 
Making Reports  Reports from tool box

You might also like