How to find component properties when i hold the object hWnd ?
-
I need to find CButton\CComboBox\ some other control properties and i have the hwnd of the component - How can i do it ? Thanks.
-
What i need is little more complex. I want not only the properties that i can get by using GetWindowLong - i want also the properties around the object. I mean properties like - object color, text, size, class, parent of the object ( if the object is CButton that "sit" on some panel or dialog ) So... How can i get all those information ?
-
What i need is little more complex. I want not only the properties that i can get by using GetWindowLong - i want also the properties around the object. I mean properties like - object color, text, size, class, parent of the object ( if the object is CButton that "sit" on some panel or dialog ) So... How can i get all those information ?
Yanshof wrote:
I mean properties like - object color, text, size, class, parent of the object
go through CWnd class Members.