I need to show some sort of animation, while windows form application is processing data till it gives a output. Ones the processing completes the animation will stop. There are great tools for this in Dev express for web based apps. But do we have anything similar in windows form applications?
Thanks
This is a windows form calling a stored proc. The SQL query takes about 10mins, I need to run some animation telling system is still processing.Progress bar wont work since I cant assign steps.