Hello
im building a multithreaded application. in which i want that a Thread executes a form, and does the task in the background, and the form itself displays an animated gif showing that the Thread is working. And also is it possible that i can estimate the progress of the Thread.

thoughtS !!