I
Iouri
I have added the Overrides proc onMouseMove like
Protected Overrides Sub onMouseMove(ByVal e As
System.Windows.Forms.MouseEventArgs)
...........
End Sub
This proc supposed to fire when I move the mouse. When I am moving mouse
over the form it fires. But if mouse is over any control (textbox, listbox
etc) procedure does not fire.
I need to catch mouse move over the datagrid.
What is wrong?
Thank you
Protected Overrides Sub onMouseMove(ByVal e As
System.Windows.Forms.MouseEventArgs)
...........
End Sub
This proc supposed to fire when I move the mouse. When I am moving mouse
over the form it fires. But if mouse is over any control (textbox, listbox
etc) procedure does not fire.
I need to catch mouse move over the datagrid.
What is wrong?
Thank you