yes u are right it is when calculating.
so what is the code suggestion.
Thanks....
User Profile
Collapse
-
Change Cursor To Hourglass
I'm using VB studio 2005. Pls help
to change cursor to HourGlass when u press a button and wait for calcualtion
the result.
Ex: If btnCalculate.En abled = True Then
Screen.MousePoi nter = vbHourglass
Else
Screen.MousePoi nter = vbDefault
End If
I got some thought above but doesn't work.
also some hint from instructor:
Windows.Forms.C ursor.Current...
No activity results to display
Show More
Leave a comment: