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

How To
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus
plus

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

How to Close Child Windows

Keywords: 	 winclosechild winclose child

Question:

Do you have a function to do a close of a child window, maybe a function like WinClose but it would be called WinCloseChild?

Answer:

There is is no API call for a WinCloseChild function. Therefore you need to send keystrokes:
SendKeyChild("parent","child","^{F4}")
or
SendKeyChild("parent","child","!-c")

Article ID:   W14368
Filename:   Close Child Windows.txt
File Created: 2000:02:18:12:02:52
Last Updated: 2000:02:18:12:02:52