This is a common problem for all developers, I’m looking for the best solution for creating a Windows Forms user interface.
I have an animated GIF file to show the progress of my calculation on a Windows form. I took an image control and placed an animated gif in it. now, when my calculation begins, the animated gif freezes. I want the opposite, the animation should be visible when I start the calculation.
Any points of thought? A simple solution is to display a progress bar for the user when performing complex calculations behind the scenes.
My application is a single-threaded application, and I want a simple solution without looking for multi-threaded or background working technologies.
Any help?
source
share