Jump to content

How to launch the loading animation?


Recommended Posts

Posted

Hi guys,

I'd like to know how to launch programatically the loading animation on my SPV C500, because I have some process that can take some time to execute and the animation doesn't start automatically.

Here is the animation I am talking about:

animation2fy.png

Best regards,

Wizzle

Guest Dumdidum
Posted

VB.NET/C#.NET

To start the animation cursor:

Cursor.Current = Cursors.WaitCursor

to Stop:

Cursor.Current = Cursors.Default

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.