CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Location
    West Midlands, UK
    Posts
    11

    COM: Connection Points

    I have followed the book and created an interace with the method Fire_MyEvent.

    The trouble is I don't know how to call Fire_MyEvent, from outside of the context of its class.

    can anyone help?


  2. #2
    Join Date
    Oct 1999
    Posts
    7

    Re: COM: Connection Points

    There is an example of both client and server in MSDN. The project names are Sink and Source. I can post them to you if necessary.






  3. #3
    Join Date
    Jul 1999
    Location
    West Midlands, UK
    Posts
    11

    Re: COM: Connection Points

    Many thanks to you. Would you post the Source Sink examples please.




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