CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    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?


  2. #2
    Join Date
    May 1999
    Posts
    48

    Re: How to: Notify change of font property of an object in an OLE DLL?

    IPropertyNotifySink.
    Sincerely, Mihai



  3. #3
    Join Date
    Apr 1999
    Posts
    2

    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?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured