This is a common problem for all the developer, i am looking for best solution to make windows forms UI responsive.
I have an Animated GIF file to show progress of my calcuation on windows form. I took a picture box control and placed animated gif into that. now when my calcuation starts - the animaged gif freeze. i want the reverse, the animation should be visible when i am running calcuation.
Any to the point thoughts ? simple solution to display a progress to the user while doing complex calculations behind the scene ?
My app is single threaded appliation, and want simple solution, not looking for multi-threads, or background worker kind of technologies.
Any help ?