How to get window handle from process id/handle
Posted: Thu Apr 06, 2006 9:23 am
How can I get the window handle from a process id or process handle without using FindWindow_()?
http://www.purebasic.com
https://www.purebasic.fr/english/
Good point!Trond wrote:Which window handle? A process can have tons of window handles.
Thanks, nice of you.PB wrote:> Which window handle? A process can have tons of window handles.
That's what I was thinking.I'll do a solution later (I think I know a way).