The Control Manager Extender allows near-complete access to all standard Windows controls displayed on the screen, and especially within Dialog Boxes presented by various applications.
Controls include Check Boxes, Radio Buttons, Tabbed Dialogs, List Boxes and Combo Boxes.
-
Check Boxes can be interrogated, checked, or unchecked.
-
Radio buttons can be interrogated or set.
-
A particular tab in a Tabbed Dialog can be selected.
-
Contents of List and Combo Boxes can be interrogated and specific items within the List or Combo Box can be selected.
To access the functions in this extender, add the following to your script:
32-bit Extender
AddExtender('WWCTL44I.DLL')
System Requirements: WinBatch version 2004B or newer.
64-bit Extender
AddExtender('WWCTL64I.DLL')
System Requirements: WinBatch version 2011B or newer.
Function lists
Options for designing your script:
-
RoboScripter
RoboScripter Tutorial This 'RoboScripter Tutorial' is intended to be a step by step guide to aid in the understanding of how the Control Manager Extender, and the RoboScripter, are used to generate code for a WIL script.
-
Window Analysis script
Window Analysis Tutorial
This 'Control Manager Analysis Tutorial' is intended to be a step by step guide to aid in the understanding of how the Control Manager Extender, and its functions, are incorporated into a WIL script.
|
Control Manager Extender Error List
|