Types Of Controls

 

Controls that can be manipulated by the Control manager functions include (Click on name of control to see a graphic example of that control):

 

Check Boxes- check boxes can be interrogated, checked, or unchecked.

 

Radio Buttons - radio buttons can be interrogated or set.

 

Tab/Tabbed Dialogs - a particular tab in a Tabbed Dialog can be selected.

 

List Boxes and Combo Boxes - contents of List and Combo Boxes can be interrogated and specific items within the List or Combo Box can be selected.

 

Edit Boxes - set or retrieve contents of an Edit Box.

 

Status Bar - (msctls_statusbar32) retrieve text that may be associated with each part of a Status Bar control.

 

Track Bar - (msctls_trackbar32) retrieve or set position of a Track Bar control.

 

UpDown - (msctls_updown32) retrieve or set position of a UpDown control.

 

Button/PushButton - click a button.

 

Date Time Picker - (SysDateTimePick32) retrieve the date and time stored in a Date Time Picker control in standard datetime format.

 

Header - (SysHeader32) retrieve all the text associated with each item of a Header common control.

 

IP Address - (SysIPAddress32) retrieve or place an IP address stored in an IP Address common control.

 

List View - (SysListView32) retrieve text, un-select or select an item of a List View common control.

 

Month Calendar - (SysMonthCal32) retrieve or interrogate the date or date range of a Month Calendar control.

 

Tree View - (SysTreeView32) un-select or select an item of a Tree View common control.

 

ToolBar - (ToolbarWindow32) select or retrieve text for each button of a Tool Bar control.

 

 

· What is the Control Manager Extender?

 

· Overview of Control Manager Usage

 

· Types of Controls

 

· Tutorial