Edit Table and MOUSEDOWN event (OpenInsight Specific)
At 04 AUG 2000 02:14:28PM Vince Poirier wrote:
I've noticed that using WINMSG event on an edit table control to trap the MOUSEMOVE (0x200, 512 decimal) event does not work.
MOUSEMOVE is, however, detected over other controls (listbox, image, button, window, etc.)
Has anyone else had this problem?
* Is there a way to detect the MOUSEMOVE event over an edit table? *
(I realize that setting the edit table's WM_PARENTNOTIFY (0x210)event will enable the detection of mouse button clicks - but does not allow detection of MOUSEMOVE event)