I like to have a different mouse-pointer while it's over a Grid on the form.<br>
Changing when I coming from grid to form I solve by "DBGrid.Mouse Move"<br>
<br>
Changing back when I coming from grid to Form is there any better way to do as using "Form.MouseMove" ??<br>
<br>
The reason, I have several controlls on the form absolutely next to the grid, this mean I have to do it everywhere.<br>
<br>
Is there any event like "MouseLeave" ????<br>
maybe someone can help me
)) <br>
<br>
Changing
Changing when I coming from grid to form I solve by "DBGrid.Mouse Move"<br>
<br>
Changing back when I coming from grid to Form is there any better way to do as using "Form.MouseMove" ??<br>
<br>
The reason, I have several controlls on the form absolutely next to the grid, this mean I have to do it everywhere.<br>
<br>
Is there any event like "MouseLeave" ????<br>
maybe someone can help me
<br>
Changing