G
Guest
I have a windows application that controls a scanner. I want to display an
animated gif while the scanner is scanning so the user can see something is
happening.
The problem is that the gif freezes while the scanner is running, thus
defeating the whole purpose of displaying the gif.
Is there a way to display the gif so that it doesn't freeze?
I have tried putting it in a picture box or in a label and using the
ImageAnimator.
I have also tried running the scanner in a different thread.
Nothing seems to work.
If I displayed it on a new form would that do the trick?
Thanks for any help.
animated gif while the scanner is scanning so the user can see something is
happening.
The problem is that the gif freezes while the scanner is running, thus
defeating the whole purpose of displaying the gif.
Is there a way to display the gif so that it doesn't freeze?
I have tried putting it in a picture box or in a label and using the
ImageAnimator.
I have also tried running the scanner in a different thread.
Nothing seems to work.
If I displayed it on a new form would that do the trick?
Thanks for any help.