المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : HWND of a control. [modified]



C++ Programming
08-23-2009, 06:16 PM
//This gives me HWND to the external app
HWND hWnd = ::FindWindow(NULL, "TEST");
From hWnd, how do i get the HWND for a picture control in that application?
From Spy I get "Window 000406F2 "" Static"
It has a control id of 000003E8

Can someone please help?

Thanks a million.

modified on Sunday, August 23, 2009 9:36 AM