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: W13365Filename: Get Active Child Window.txt