Click to See Complete Forum and Search --> : event sink map


srikanth
April 1st, 1999, 03:38 AM
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

Dave Lorde
April 1st, 1999, 08:03 AM
You could always add it by hand... Look at the online docs for 'Event Sink Maps'.


Dave