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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using a CFormView in SDI app

Status
Not open for further replies.

RFickling

Programmer
Aug 29, 2004
3
US
Hi,

I have a CFormView-based SDI project in which I need to programmatically create & update an array of buttons in a view window. It seems that a CFormView would be the best class to use for this window, but I can't seem to create the window. What type of parent should the window have? I need to create it in the app's main CFormView window. Can that be done? Can anyone point me to a sample project?

Thanks,
Royce


 
At step 6 of MFC AppWizard select CFormView as a base class.
For details, see MSDN, Creating a Forms-Based Application article (for example, search CFormView SDI).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top