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

Window Manipulation

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

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
File Created: 1999:04:15:16:53:32
Last Updated: 1999:04:15:16:53:32