I'd like to access graphs that show up in a large tab control. How can I track the mouse position in a tab control? I've tried intercepting %WM_MOUSEMOVE from the main dialog callback that owns the tab, but of course, it will not receive these messages when over the tab's (client?) area. There are no %TCM/TCN type messages for this. Also have tried intercepting ANY messages from within the tab's callback itself, but am getting nothing. Any ideas?
Thanks,
Todd
[This message has been edited by Todd Wasson (edited May 18, 2000).]
Thanks,
Todd
[This message has been edited by Todd Wasson (edited May 18, 2000).]
Comment