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

Thread: event sink map

  1. #1
    Join Date
    Apr 1999
    Posts
    1

    event sink map



    Hi all,


    How to add an event to an event sink map in an SDI application?


    In a dialog based application you can drag and drop an OCX control on a dialog box and hence events can be added using the class wizard using the message maps.How do we do it in an SDI application


    thanx in advance

  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: event sink map



    You could always add it by hand... Look at the online docs for 'Event Sink Maps'.


    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