Finding Satellite window handle

VK7ZA
Posts: 6
Joined: Sun Jun 18, 2023 2:40 am

Finding Satellite window handle

#1

Unread post by VK7ZA »

I'm running an automated process which grabs screen shots of the satellite window during a satellite pass. There is nothing in the window title which allows me to reliably get its handle using [Win32]::FindWindow.

The best workaround I currently have is to find the handle to "Tracker" or "Automatic Schedule", when get the parent window.

Can anyone suggest a simpler approach? It would be so much easier if the Sat window had a magic string in the title, like "Satellite".

Kind regards,
Lance

Post Reply