WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Control Manager
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Parse Results of cWndGetWndSpec

 Keywords: cWndGetWndSpec class module child Id WindowID

If !AppExist('Notepad.exe') Then Run('Notepad.exe','')

; Add the control manager extender.
AddExtender("wwctl44i.dll")

hwnd = DllHwnd("~Notepad")
Spec = cWndGetWndSpec(hwnd)
class    = ItemExtract( 1, Spec, ',' )
module    = ItemExtract( 2, Spec, ',' )
ccount    = ItemExtract( 3, Spec, ',' )
For xx = 1 To ccount
    child%xx% = ItemExtract( 3 + xx, Spec, ',' )
    Pause( 'child%xx%', child%xx%)
Next

Article ID:   W17561
Filename:   Parse Results of cWndGetWndSpec.txt
File Created: 2010:07:16:12:13:46
Last Updated: 2010:07:16:12:13:46