WinBatch Control Manager Extender
Fixes and Improvements
Keywords: control manager
Ver 20025 Mar 27, 2001
Added cGetControlImageCRC
Updated RoboScripter to use above control
Ver 20024 Feb 23, 2001
Added the RoboScripter utilty.
Added
cWndGetWndSpec
cWndByWndSpec
Ver 20023 Dec 13, 2000
ROBOSCRIPTER Utility now included in the Control Manager
extender.
The Control Manager extender has been updated to a new format
to allow more descriptive function names and additional
parameters. This version of the extender requires
WinBatch 2001A or newer to run. This extender will
not work on WinBatch 2000C or older.
In addition, so as not to affect existing scripts using
a previous version of this extender, the extender DLL
has been renamed to include a 34I in the DLL name
instead of a 32I. Old and new versions of this
extender can *usually* co-exist side by side.
To use the new extender with old scripts and with
WinBatch 2001A or newer you will need to change the
AddExtender line in the script to reflect the new DLL
name. e.g.
AddExtender("wwctl32i.dll")
should become
AddExtender("wwctl34i.dll")
Version 20022 Nov 2, 2000
Added new functions
cGetLvFocText - returns text associated with a ListView
item that has the focus.
cGetLvDdtText - returns text associated with a ListView
item that is the drag and drop target.
Version 20020 Sept 13, 2000
All &'s are ignored both when Window titles are specified
in a function and when actual window titles are checked.
This should not break any existing code, but make future
code a little bit easier to write. My recommendation?
If the Window title has an &, use it in your function.
Version 20019 July 25, 2000
Fixed one crashing bug with previous version of cSetWndtext.
Version 20018 July 14, 2000
Added cSetWndText function
Version 20017 Feb 15, 2000
Added cWinState function
cFindByClass
cFindByName
cWinIDConvert
Version 20016 Aug 16, 1999
Added cGetLBCount and cGetCBCount functions.
Version 20014 July 14, 1999
Changed cgetlbtext and cgetcbtext to dynamically allocate
memory based on the amount of text being retrieved
Version 20012
Enlarged cGetEditText capabilities to be able to grab more data.
Changed text size limitation to 64k for Rich Edit controls.
May support more than 64k for regular edit controls.
Version 20011
Fixed bugs in changes for 20010
Version 20010
Added code to recheck windows if window handle access failed.
Added function to check for windows without rechecking.
Version 20009 March 1, 1999
Added cGetLVColText function
Version 20008 Debug version
Version 20007 Dec 16, 1998
Added support for multiple-select list boxes and enhanced
support for standard listboxes.
Version 20006 Dec 1, 1998
Added support for a number of new controls, including
the window status bar and application mouse cursor.
No version change Aug 5 1998
Updated window analysis script to display 5 levels
of windows instead of 3, allowing a deeper survey
of the windows of interest.
Version 20005 Nov 7 1997
Expanded maximum data that can be captured from a control
from 256 bytes to 4192 bytes.
Added the cPostButton function.
Version 20004 May 12 1997
Re-Fixed Combo Box notification of parent so that changes
to Combo boxes get passed to the parent application.
Version 20003 May 04 1997
Fixed problem with the List and Combo box setting functions
so that parent applications that want notification of changes
do indeed get notified.
Version 20002 April 22 1997
Added cPostMessage to allow clicking of buttons on
application modal dialog boxes without haning up WinBatch
Version 20001 April 14 1997
Initial Release
Article ID: W12488
Filename: !!NEWS FLASH!!.txt