How to: Notify change of font property of an object in an OLE DLL?
As you know, we can catch changes in a font property of an activex control. but in an OLE DLL which does not include CFontDisp and default notification interface of MFC, how can I get change notification of font property of an object in my OLE DLL?
Re: How to: Notify change of font property of an object in an OLE DLL?
IPropertyNotifySink.
Sincerely, Mihai
Re: How to: Notify change of font property of an object in an OLE DLL?
I *did* use from IPropertyNotifySink.
My primary problem was Why don't
IPropertyNotifySink::OnChanged doesn't response
when I change the properties of my custom font!
Is there any special tip that I didn't attention?