In ATL ActiveX controls, I can create a property page that inherits COlePropertyPage, but how do I make it appear in the control?
In the ATL ActiveX control, I created a property page that inherits from COlePropertyPage and wrote the CLSID into the control’s IDL. I used the macro PROP_PAGE to bind the CLSID of this property page.