
CEdit::GetClientRect() returns wrong info?
I have a problem resizing a CEdit (textbox) control in a dialog. I
call GetClientRect() to get the current size of the control, then
resize the control appropriately by calling MoveWindow() on the
control. It seems that the next time i call GetClientRect() the RECT
returned is 4 pixels smaller than the one I passed to MoveWindow().
What gives?
Thanks,
Bob