07-24-2012 01:01 PM
Hello All.
In my program, on a button press i am loading some graphic files that take time up to 4 5 seconds. During that time i want to change mouse cursor to loading mouse cursor like a rotating circle just like in windows. What should be way of doing this?
Regards.
Solved! Go to Solution.
07-24-2012 01:20 PM
1) Have a look in the help, searching for mouse cursor will show you the function SetMouseCursor
2) It would also be nice of you to provide some feedback - so far all of your previous questions have been answered by various participants of this forum - it's more fun to assist if once in a while a little 'thank you' shows up...
07-26-2012 07:05 AM
Thanks..Found the function and got the desired result 🙂