Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Editing a CFrameWnd with VS 7.0 1

Status
Not open for further replies.

titanandrews

Programmer
Feb 27, 2003
130
US
Hi,
With the MFC App Wizard you can create a framework for your GUI application. You can choose either a SDI, MDI, or Dialog. If you choose Dialog, you can actually edit the Dialog visually with VS, i.e. add controls, labels, etc. But it seems that if you choose an MDI or SDI, you cannot edit the window visually. What I want is a CFrameWnd that I can edit like you can the CDialog. Does anyone know if this is possible to do?


many thanks,

Barry
 
In the App Wizard derive your View class from CFormView

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top