Mouse Cursor Flickering
I am setting the mouse cursor using the following code:
Private Sub TChart1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TChart1.MouseMove
On Error GoTo Error1
If DrawBoxBool = True Or DrawEllipseBool = True Or DrawLineBool = True Or DrawTextBool = True Or DrawSymbolBool = True Then
TChart1.Cursor = Cursors.Cross
Else
TChart1.Cursor = Cursors.Default
End If
End Sub
The problem is the mouse cursor constantly flickers between the cross and default cursor.
I do not have any other reference to the cursor in my form code.
Mouse Cursor Flickering
Re: Mouse Cursor Flickering
Hello lilo,
I understand your problem but I can't reproduce it here. Please can you send us simple project so we can reproduce exactly your problem?
Thanks,
I understand your problem but I can't reproduce it here. Please can you send us simple project so we can reproduce exactly your problem?
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |