Dec 10, 2005 #1 gapla Programmer Joined Dec 15, 2003 Messages 37 Location ES How can i get the window's process id number from its hwnd?
Dec 11, 2005 #2 chiph Programmer Joined Jun 9, 1999 Messages 9,878 Location US Call GetWindowThreadProcessId() http://msdn.microsoft.com/library/d.../windowfunctions/getwindowthreadprocessid.asp Chip H. ____________________________________________________________________ Donate to Katrina relief: http://s1.amazon.com/paypage/PELYGQVJ8Q7IB/103-6821258-5919825If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
Call GetWindowThreadProcessId() http://msdn.microsoft.com/library/d.../windowfunctions/getwindowthreadprocessid.asp Chip H. ____________________________________________________________________ Donate to Katrina relief: http://s1.amazon.com/paypage/PELYGQVJ8Q7IB/103-6821258-5919825If you want to get the best response to a question, please read FAQ222-2244 first