IPropertyPageImpl
How can a tab control be added to a property page derived from IPropertyPageImpl? I've seen it done with MFC classes by deriving a site class from CTabCtrl and wrappinig an IPropertyPageSite. How would this be down if I need to create a tab control when the parent is not MFC (m_hWnd issues)? Would CWindowImpl do the trick, and if so, does anyone have an example of this?
|