I can create PropertySheet through the AppWizard, that's not hard but what i want to do it dynamically create PropertySheets without using a template. the only problem is that the Wnd* for some reason does not work i've tried in every type of project (SDI MDI Dialog) nothing works. It recieves it's Wnd* parent correctly according to the de-bugger however when i do either the DoModal() or Create() nothing happens. Thanks in advance.