How do I use HWND in a later call to, for example, WinExist. In the activeX API, WinExist seems to only want strings and not hWnd
For a bit of background information, I'm trying to detect a java popup window with no title and no text but a handle of 005807BA
I'm looking to find a Window Title from Process ID with a method. I've seen many solutions to this problem using the ListProcess function but how can this be done only using X methods?
With this info I plan on writing a ProcessWait like method where instead waiting for "exist" it'll wait for "active"
PS: Nice VBB. My compliments to Invision I suppose