Hello guys

Well, in short, im calling this function CMFCPropertySheet::AddPage()5 time with 5 CPropertyPage !

Now, all the 5 pages are added but not created as MSDN say:
AddPage adds the CPropertyPage object to the CPropertySheet object's list of pages but does not actually create the window for the page. The framework postpones creation of the window for the page until the user selects that page.
My Problem now is that My PropertySheet need to update an EditBox in one of those page, but that page isn't created yet, so also the EditBox !

How can i create the pages window manually ?

Thanks from advance !