MFC ActiveX dual interface and Font Property Page
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys,
This seems like it should be really easy, but... I have this ActiveX control started with the MFC 7 wizard. The wizard always sets up a dispinterface (not a dual interface). So, I got the control working wonderfully and decided that certain performance conditions weren't good enough and am currently switching it to a dual interface.
My problem is that I can't get the stock font property to appear in the font property page. A simple switch back to dispinterface causes it to work again... Any idea why?
John