Guest Wizzle Posted September 8, 2005 Report Posted September 8, 2005 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: Best regards, Wizzle
Guest Dumdidum Posted September 8, 2005 Report Posted September 8, 2005 VB.NET/C#.NET To start the animation cursor: Cursor.Current = Cursors.WaitCursor to Stop: Cursor.Current = Cursors.Default
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now