How to get size and location of a control placed on a dialog in MFC?

Posted by kobac on Stack Overflow See other posts from Stack Overflow or by kobac
Published on 2010-04-16T13:08:24Z Indexed on 2010/04/16 13:13 UTC
Read the original article Hit count: 133

Filed under:
|

I've got the pointer to the control with function

CWnd* CWnd::GetDlgItem(int ITEM_ID)

so i've got CWnd* pointer which points to the control, 
but simply can't find any method within CWnd class that will 
retrieve the size and location of a given control.
Any help?

© Stack Overflow or respective owner

Related posts about mfc

Related posts about c++