

But I think that I need to use Threads or something similar. I'm sorry for this question, I'm new in C#. When I do it, the image loading is shown as a static image. The problem is when a process is waiting to be served, and I pretend to Active the loadingControl before the process starts and turn off when I "think" that the process has to be finished.


This works fine when turns on and off changing the property "Active" to true or false in a single request (one per time). I decided to use this third-party component to make a simple loading control in my windows form.
