| 
 CPropertySheet prop;	
 CPP1 p0;  // abgeleitet von CPropertyPage
 CPP2 p1;
 CPP3 p2;
 
 prop.AddPage(&p0);
 prop.AddPage(&p1);
 prop.AddPage(&p2);
 prop.SetWizardMode();
 
 if (prop.DoModal()==ID_WIZFINISH) {
 
 // hier werte aus den proppages holen
 
 }
 
 
 hope that helps...
 
				____________________________________fly low
 |