Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How to get Active Child Window Title

Keywords:  parent child	 

Example:

 currentParentWin = WinGetActive() 
 childWindowList = winItemChild(currentParentWin) 
 activeChildTitle = itemExtract(1,childWindowList,@tab)
 display(5, currentParentWin, activeChildTitle) 

Article ID:   W13365
Filename:   Get Active Child Window.txt