Click to See Complete Forum and Search --> : Hernan


Hernan
April 28th, 1999, 07:17 PM
Hi!

i want to enumarate all the windows for a given process (another process, not my process), how can i do that?

i now i can do it using EnumThreadWindows, but how can i obtain the Thread for a given process? (not MY process, GetCurrentThread() is not good).

thanks in advance.