Is it possible to add a MFCToolBar to the header of a MFCPropertySheet because every page which will be dynamically added during runtime will be using the same toolbar and if it IS possible I would much rather do it this way instead of putting the same toolbar on every page. I have enabled the header with height of 48 and have implemented the MFCToolBar code first in the constructor then in OnCreate. It does not generate any errors during compiling or at runtime however the toolbar does not show.