Click here to Skip to main content
15,893,381 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: tAB CONTROL Pin
David Crow16-Jun-03 3:47
David Crow16-Jun-03 3:47 
GeneralRe: tAB CONTROL Pin
vcseeker16-Jun-03 18:00
vcseeker16-Jun-03 18:00 
GeneralRe: tAB CONTROL Pin
vcseeker17-Jun-03 0:45
vcseeker17-Jun-03 0:45 
GeneralRe: tAB CONTROL Pin
Joan M16-Jun-03 5:16
professionalJoan M16-Jun-03 5:16 
GeneralRe: tAB CONTROL Pin
vcseeker16-Jun-03 17:59
vcseeker16-Jun-03 17:59 
GeneralRe: tAB CONTROL Pin
vcseeker17-Jun-03 0:45
vcseeker17-Jun-03 0:45 
GeneralRe: tAB CONTROL Pin
Joan M17-Jun-03 0:55
professionalJoan M17-Jun-03 0:55 
GeneralRe: tAB CONTROL Pin
vcseeker17-Jun-03 2:27
vcseeker17-Jun-03 2:27 
Hi,
No I am creating a window in OnSetActive() event of the propertyPage that contains it.I don't know how to make it a child.
My code looks like this:
//CReportWizPage is a propertyPage on which i want to create the Tabbed Pages.
//CReportTabbed is the PropertySheet that embeds these pages.
CReportWizPage::OnSetActive()
{
CPropertySheet* psheet = (CPropertySheet*) GetParent();
psheet->SetWizardButtons(PSWIZB_BACK | PSWIZB_NEXT);
CReportTabbed report(IDS_TABBED,this);
CReport1Tab rep1;
CReport2Tab rep2;
report.AddPage(&rep1);
report.AddPage(&rep2);

if(report.DoModal() == IDOK)
{
//........
}
return CPropertyPage::OnSetActive();

}
GeneralRe: tAB CONTROL Pin
Joan M17-Jun-03 21:40
professionalJoan M17-Jun-03 21:40 
GeneralRe: tAB CONTROL Pin
vcseeker18-Jun-03 1:41
vcseeker18-Jun-03 1:41 
GeneralProblem with displaying images Pin
Franz Klein16-Jun-03 1:10
Franz Klein16-Jun-03 1:10 
GeneralLint-like .h-file tool Pin
Gisle Vanem16-Jun-03 0:12
Gisle Vanem16-Jun-03 0:12 
GeneralRe: Lint-like .h-file tool Pin
Franz Klein16-Jun-03 0:41
Franz Klein16-Jun-03 0:41 
GeneralRe: Lint-like .h-file tool Pin
Ryan Binns16-Jun-03 1:10
Ryan Binns16-Jun-03 1:10 
GeneralRe: Lint-like .h-file tool Pin
Gisle Vanem16-Jun-03 1:40
Gisle Vanem16-Jun-03 1:40 
GeneralFont in dynamically created tab control Pin
roel_15-Jun-03 23:44
roel_15-Jun-03 23:44 
GeneralRe: Font in dynamically created tab control Pin
rtortora16-Jun-03 2:39
rtortora16-Jun-03 2:39 
GeneralRe: Font in dynamically created tab control Pin
roel_16-Jun-03 3:17
roel_16-Jun-03 3:17 
GeneralCopy binary file Pin
JensB15-Jun-03 23:27
JensB15-Jun-03 23:27 
GeneralRe: Copy binary file Pin
peterchen15-Jun-03 23:32
peterchen15-Jun-03 23:32 
GeneralRe: Copy binary file Pin
JensB15-Jun-03 23:36
JensB15-Jun-03 23:36 
GeneralRe: Copy binary file Pin
peterchen15-Jun-03 23:45
peterchen15-Jun-03 23:45 
GeneralRe: Copy binary file Pin
JensB15-Jun-03 23:50
JensB15-Jun-03 23:50 
GeneralRe: Copy binary file Pin
peterchen15-Jun-03 23:52
peterchen15-Jun-03 23:52 
GeneralRe: Copy binary file Pin
Ryan Binns16-Jun-03 1:08
Ryan Binns16-Jun-03 1:08 

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.