jonjonjon
October 7th, 1999, 03:38 PM
I created an MFC application which is derived from CFormView -- so there is a main dialog insize of a frame.
My Question: How do I resize the dialog in response to the MainFrame being sized? I know I have to override the ON_SIZE handler from the MainFrame class.. BUT -- how do I get a handle to the dialog inside of that frame so that I can MoveWindow on it?
My Question: How do I resize the dialog in response to the MainFrame being sized? I know I have to override the ON_SIZE handler from the MainFrame class.. BUT -- how do I get a handle to the dialog inside of that frame so that I can MoveWindow on it?