If you're talking about standard application projects in MFC (or WTL), you can
1. create SDI application and on the last page of the wizard you can set CFormView as a base class for your view class.
2. create dialog based applicationand set Resizing as a style of your dialog resource.

That's what you asked ?