User (Legacy) Posted September 25, 1999 Report Share Posted September 25, 1999 Hi, You need to set the following property m_spChartFX->TypeMask = (CfxType) (m_spChartFX->TypeMask | CT_TRACKMOUSE); NOTE: set the flag CT_TRACKMOUSE. and then use the MouseMoving Event Hope this helps Frank Cammaroto Craig Murray wrote in message ... >I've sucessfully handled both the LButtonDown and the LButtonDblClk events, >but the MouseMoving event doesn't seem to be making it back to my app. > >Is this a bug, perhaps? Also, I'm assuming this is the stock event usually >known as MouseMove.... > >Thanks, >Craig > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.