Hi.

Okay. I would like to ask a question that I know is quite popular among MFC Windows developers. It holds the key to some very cool GUI features when implemented correctly.

I would like to know, How do you resize and reposition objects inside of a CFormView (apply to resizable dialog box as well) as the user resizes the main frame? For example, given there is an edit view inside a formview. As the user resizes the frame, I would like to the expand or contract the edit box. Another example in the same scenario is repositioning the entire edit box or a button according to how the user resizes the formview.

Thanks,
Kuphryn