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
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