I am writing a program which has two panes (via CSplitter
), however I am having problems figuring out out to resize the controls in each frame. For simplicity, can someone tell me how I would do it for a basic frame with a single CEdit
control?
I'm fairly sure it is to do with the CEdit::OnSize()
function... But I'm not really getting anywhere...
Thanks! :)