CPropertyPage Help
-
Hi! I am writing an application whose UI is nothing but a property sheet, with pages on it. How can I do this? 1. If i choose a dialog app in AppWizard, how can i convert this app so that the main dialog gets derived from CPropertyPage (and not CDialog). Please help
-
Hi! I am writing an application whose UI is nothing but a property sheet, with pages on it. How can I do this? 1. If i choose a dialog app in AppWizard, how can i convert this app so that the main dialog gets derived from CPropertyPage (and not CDialog). Please help
richiehere wrote: 1. If i choose a dialog app in AppWizard, how can i convert this app so that the main dialog gets derived from CPropertyPage (and not CDialog). Search & Replace: change all occurrences of CDialog in your class to CPropertyPage.
Shog9 ------
And on the pedestal, these words appear: "My name is Ozymandias, King of Kings, Look on my Works, ye Mighty, and despair!" Nothing beside remains.
-
richiehere wrote: 1. If i choose a dialog app in AppWizard, how can i convert this app so that the main dialog gets derived from CPropertyPage (and not CDialog). Search & Replace: change all occurrences of CDialog in your class to CPropertyPage.
Shog9 ------
And on the pedestal, these words appear: "My name is Ozymandias, King of Kings, Look on my Works, ye Mighty, and despair!" Nothing beside remains.
hi! thanks for your reply. are you sure this will work? I had tried something similar but it didnt! :(
-
hi! thanks for your reply. are you sure this will work? I had tried something similar but it didnt! :(
Give it a try; I can't think of any problems off the top of my head, but if you run into any just ask here & we'll get them resolved. :)
Shog9 ------
And on the pedestal, these words appear: "My name is Ozymandias, King of Kings, Look on my Works, ye Mighty, and despair!" Nothing beside remains.