User (Legacy) Posted October 13, 2003 Report Share Posted October 13, 2003 Hi, where can i find the ON_EVENT DispIds? In the declaration interface of ICfxEvents you declare the event methods. Are these methods a complete list of all Chart FX events? Thanks Mike Quote Link to comment Share on other sites More sharing options...
Software FX Posted October 13, 2003 Report Share Posted October 13, 2003 ICfxEvents is an interface used to capture events in Chart FX DLL. All the events are listed here. The Chart FX ActiveX des not use this interface, it uses the standard IConnectionPoint interface to dispatch events. The ID's are not in the docs as they are usually unnecessary, the development tool that you use (VC++, VB, Etc.) will extract that info from the IDL. If you need to extract the event ID from the Chart FX ActiveX control, you can use OLEVIEW.EXE (VS Tools). -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.