Click to See Complete Forum and Search --> : How to: Notify change of font property of an object in an OLE DLL?


Ali Bolourian
April 21st, 1999, 05:20 PM
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?

mihai
April 26th, 1999, 11:24 AM
IPropertyNotifySink.
Sincerely, Mihai

Ali Bolourian
April 29th, 1999, 08:48 AM
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?