Click here to Skip to main content
15,905,912 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: AT LEAST Pin
David Crow25-Aug-05 9:55
David Crow25-Aug-05 9:55 
GeneralTHX Pin
Perestroyka25-Aug-05 9:57
Perestroyka25-Aug-05 9:57 
GeneralModal dialog freeze on show Pin
Gian25-Aug-05 2:10
Gian25-Aug-05 2:10 
GeneralRe: Modal dialog freeze on show Pin
CWinThread25-Aug-05 3:19
CWinThread25-Aug-05 3:19 
GeneralDeleting modeless property sheet Pin
rwilmink25-Aug-05 2:03
rwilmink25-Aug-05 2:03 
GeneralRe: Deleting modeless property sheet Pin
David Crow25-Aug-05 3:09
David Crow25-Aug-05 3:09 
GeneralRe: Deleting modeless property sheet Pin
rwilmink25-Aug-05 3:27
rwilmink25-Aug-05 3:27 
GeneralRe: Deleting modeless property sheet Pin
David Crow25-Aug-05 3:44
David Crow25-Aug-05 3:44 
rwilmink wrote:
The pages are first created on the heap...

Why? Can you not just use something like:

class MySheet : CPropertySheet
{
    CMyPage page1;
    CMyPage page2;
    CMyPage page3;
};

MySheet::MySheet()
{
    AddPage(&page1);
    AddPage(&page1);
    AddPage(&page1);
}
No heap and no memory allocation/cleanup to mess with.


"One must learn from the bite of the fire to leave it alone." - Native American Proverb


GeneralRe: Deleting modeless property sheet Pin
rwilmink25-Aug-05 4:17
rwilmink25-Aug-05 4:17 
GeneralRe: Deleting modeless property sheet Pin
David Crow25-Aug-05 5:21
David Crow25-Aug-05 5:21 
Questionsetcretiontime Pin
ditty grail25-Aug-05 0:59
ditty grail25-Aug-05 0:59 
AnswerRe: setcretiontime Pin
Dominik Reichl25-Aug-05 1:19
Dominik Reichl25-Aug-05 1:19 
AnswerRe: setcretiontime Pin
David Crow25-Aug-05 3:12
David Crow25-Aug-05 3:12 
QuestionHow to Check/ Uncheck menu item Pin
Hachaso25-Aug-05 0:39
Hachaso25-Aug-05 0:39 
AnswerRe: How to Check/ Uncheck menu item Pin
Rage25-Aug-05 1:16
professionalRage25-Aug-05 1:16 
AnswerRe: How to Check/ Uncheck menu item Pin
hatemtaleb25-Oct-05 0:30
hatemtaleb25-Oct-05 0:30 
QuestionAbout CMonthCalCtrl Pin
parims25-Aug-05 0:34
parims25-Aug-05 0:34 
AnswerRe: About CMonthCalCtrl Pin
ThatsAlok25-Aug-05 1:00
ThatsAlok25-Aug-05 1:00 
QuestionAbout CMonthCalCtrl to display selected Date Pin
parims25-Aug-05 0:30
parims25-Aug-05 0:30 
AnswerRe: About CMonthCalCtrl to display selected Date Pin
Nishad S25-Aug-05 1:31
Nishad S25-Aug-05 1:31 
AnswerRe: About CMonthCalCtrl to display selected Date Pin
David Crow25-Aug-05 3:15
David Crow25-Aug-05 3:15 
Questionlinkage problem Pin
AngelIdan25-Aug-05 0:20
sussAngelIdan25-Aug-05 0:20 
AnswerRe: linkage problem Pin
toxcct25-Aug-05 0:33
toxcct25-Aug-05 0:33 
GeneralRe: linkage problem Pin
sunit525-Aug-05 1:19
sunit525-Aug-05 1:19 
AnswerRe: linkage problem Pin
MailtoGops25-Aug-05 1:34
MailtoGops25-Aug-05 1:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.