CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Event sink maps

  1. #1
    Guest

    Event sink maps

    Can event sink maps be added to user defined classes which are not derived from CWnd class or view classes.

    For ex can event sink maps be added to a class which are not derived from any class.





  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: Event sink maps

    I believe event sink maps can only be added to user defined classes which are derived from CCmdTarget. A base class is required (look at the macro code).

    Dave


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