Hello I was wondering if it's possible to get the hwnd using PID?
Currently I found:
WinList - Though this requires the window name, wich could be the same for 2 instances in some situations.
ProcessList - Can return PID but not hwnd
WinGetHandle - Requires window name again
Anything I have overlooked for now? Or is ther some sort of bypass somewhere?
Basicly I want to finde the hwnd using a ProcessList where 2 windows
mostly will have the same name, meaning I can't finde it using