Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I would like to dynamically draw the group box around
the edit control/s. So I have used the foll code to get
the dimension of the edit box(rectangle) into CRect. But it is not returning the right values.
Code is:
CEdit m_edit;
CRect Rect;
m_edit.GetRect(Rect);
:
:
.
can anybody throw some light on this issue?
Thanks
I would like to dynamically draw the group box around
the edit control/s. So I have used the foll code to get
the dimension of the edit box(rectangle) into CRect. But it is not returning the right values.
Code is:
CEdit m_edit;
CRect Rect;
m_edit.GetRect(Rect);
:
:
.
can anybody throw some light on this issue?
Thanks