Search found 2 matches
- Wed Feb 22, 2006 3:52 pm
- Forum: ActiveX
- Topic: Bundling up TeeChart classes
- Replies: 1
- Views: 3499
Bundling up TeeChart classes
Hi I've put TeeChart classes in my VSC++ 6.0 project, but it's cluttered up my work space. Ideally, I would like all the TeeChart classes wrapped up in a DLL, but because I have a TeeChart object in one of my dialogs, I don't think that's possible. Can anyone help me on bundling up all the TeeChart ...
- Wed Jun 01, 2005 2:09 pm
- Forum: ActiveX
- Topic: Hooking up Scroll with a mouse button (other than default)
- Replies: 1
- Views: 3061
Hooking up Scroll with a mouse button (other than default)
Hi I'm trying to hook up the built-in scroll facility to Left Mouse Button + Shift. (I've disabled the middle button and the straight forward Mouse Down event for left and right buttons are used for something else.) In a "Mouse Down" event, tried to enable the chart scroll when the left button was d...