Hello,
Anyone know of any API to detect when a new window is launched?
I tried it with the GetForegroundWindow but that only checks the top most window and not the newly launched window.
Any ideas?
Printable View
Hello,
Anyone know of any API to detect when a new window is launched?
I tried it with the GetForegroundWindow but that only checks the top most window and not the newly launched window.
Any ideas?
I think EnumWindows is what you need.