The following WIL functions are useful when using WIL extenders.
AddExtender(filename) Installs a WIL extender Dll. LastError( ) Returns the last error encountered.
The following functions can be added with the WWCTL44I.DLL using the AddExtender function.
AddExtender("WWCTL44I.DLL",0,"WWCTL64I.DLL")
|
|
Examines or sets a check box.
Remove the highlighting from all items in either a Single-selection or a Multiple-select List Box.
Un-select an item of a List View common control.
Un-select an item of a Tree View common control.
Clicks a button, emulating a user.
Simulates performing a left mouse button click of a Tool Bar button.
Simulate a mouse double click on a List View, Tree View or Header common control.
Examines or sets the enabled/disabled status of a control.
Gets the window handle of the first window whose class name matches the specified "class-name".
Gets the window handle of the first window whose window name matches the specified 'partial window name'.
Retrieve the date or date range of a Month Calendar control with this function.
Gets a count of items in a Combo Box control.
Obtain the selected item from a drop-down combo box.
Extracts the text from a drop-down combo box.
Creates a Cyclic Redundancy Check (CRC) value of the
on-screen image of a Windows control.
Return the date and time stored in a Date Time Picker control in standard "datetime" format.
Retrieves the contents of an Edit Box.
Retrieves handle of the window with keyboard focus
Return all the text associated with each item of a Header common control.
Return extender specific information.
Get an IP address stored in an IP Address common control.
Get a count of items in a List Box control.
Extracts the text from a standard list box.
Retrieve the text from all highlighted items in either a Single-selection or a Multiple-select List Box control.
Retrieves all the text associated with a column of a List View common control with the Report View style.
Returns the text associated with the item, that is the current drag and drop target of a List View common control.
Retrieve the text associated with the items that have the focus in a List View common control.
Retrieves the text associated with selected items of a List View common control.
Retrieves the text associated with items of a List View common control.
Returns the text that may be associated with each part of a Status Bar control.
Retrieves the text for each button of a Tool Bar control.
Get the maximum position of a Track Bar control.
Get the minimum position of a Track Bar control.
Get the current position of a Track Bar control.
Obtains the selected item of a Tree View common control.
Get the maximum position of an UpDown control.
Get the minimum position of an UpDown control.
Gets the position of an UpDown control.
Determines an application window’s current mouse cursor.
Clicks a button, emulating a user. This uses an undocumented method, different from cClickButton, that seems to work when cClickButton causes the script to hang.
The real PostMessage (or PostMessageA if you want to get nitpicky).
Examines or sets a radio button.
The real SendMessage (or SendMessageA if you want to get nitpicky).
Set the date or date range of a Month Calendar control with this function.
Sets a single item in a standard Combobox.
Change the values of a Date Time Picker control.
Changes the contents of an Edit Box.
Set the keyboard focus to the control window specified by the input window handle.
Set an IP address stored in an IP Address common control. T
Sets a single item in a standard single item list box. It will not work with a multiple selection listbox.
Select one or more items in a List Box control.
Select an item of a List View common control.
Selects a tab from a tabbed dialog.
Sets the position of a Track Bar control.
Select an item of a Tree View common control.
Set the position of an UpDown control.
Sets number of retries performed by the cWndByWndSpec and cWndByWndSpecName functions.
Change the text associated with a Windows control.
Convert between a Windows handle and a Window Id (pseudo-handle)
Obtains the handle of a child window or control based on the window or control class.
Obtains the handle of a child window or control based on the window or control ID number.
Obtains the handle of a child window or control based on the window or control title.
Obtains the handle of a child window or control based on the window or control sequence number.
Returns a window handle based on the window specifications.
Returns the window handle of a top-level window from the window specification generated using a window’s title.
Determines if a child window of the specified parent exists.
Creates a window specification from the window handle.
Creates a window specification from the window handle.
This function returns information about a window or control.
Get the current state of a window