Hi,

In a previous post I was trying to achieve the display of an animated gif in a windows app. I had hoped that by displaying it in a webbrowser contro that it would always be animated.

Currently it is only animated when the system is not busy however when the app is processing such as returning data the animation freezes. To prevent this wouldit be possible to get the webbrowser control to run in a different thread, and would this solve my problem?