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

Problem with Propertypages!

Status
Not open for further replies.

rammer

Programmer
Apr 9, 2002
1
ES
Hi everyone!

I am a ocasional programmer and at the moment working on a little idea I have. I made a MFC proyect with the main window split up in four. Each part with its own page.
Now one of the pages is a CFormView and the idea is to add Tab Pages with control buttons,... . I already tried it with CTabCtrl but I didn't found the way to connect dialogs to the TabCtrlitem added with the toolbox. Yesterday I tried it With Propertypages and a Propertysheet. The tab is shown as a dialog before the program started (probably because I used the DoModal() option). Now my problem is, how do I connect the propertysheet with the CFormViewpage. I already tried to connect the Propertysheet directly with the mainframe but the error "can't create an empty proyect" is displayed.
Can you help me with this problem?

Thank you all!

Driek
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top