AndreaVB Forum : API : How to find windows which r minimized to the system tray (FindWindow)?
Poster
Message
toughcoder Level: Guest
How to find windows which r minimized to the system tray (FindWindow)?
Greetings every1,
I can find windows with the FindWindow API. So far so good. But it finds only windows that r present on the taskbar. Windows which have been minimized to the system tray like Yahoo messenger cannot b found. How to find these windows which r minimized to the system tray. Plz help...
16-10-2004 at 05:26 AM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: How to find windows which r minimized to the system tray (FindWindow)?
What exactly are yofter? If you enumerate through all processes (with EnumProcesses API), then you can find process that you are after(no matter if is minimized or doesnt even have GUI.
____________________________
If you find the answer helpful, please mark this topic as solved.
16-10-2004 at 06:36 PM
|
AndreaVB Forum : API : How to find windows which r minimized to the system tray (FindWindow)?