02-16-2006 05:34 PM
Now that I know how to dynamically create an ActiveX control, such as a CNiGraph, how can I register an event handler for this new control? BEGAN_EVENTSYNC_MAP doesn't seem to be the answer, since this is a dynamically created control. Is there an addEventHandler function, which can add to a predefined event map?
I’m using Visual C++ 6.0, not .NET.
02-17-2006 10:28 AM