Friday, October 22, 2010

Change Cursor Application – VB.Net – Desktop

When we run application, and the application need more time to do something. While that time we can change application cursor become Hourglass format and after it finish we can change it again become normal format.

How to do it ….
This is some code that may help you to make it come true

Me.Cursor = Cursors.WaitCursor
Me.Cursor = Cursors.Default

Have a nice weekend

No comments: