I have a winform app which render a few charts, based on the user selection. I want to simulate an ajax style loader such that when the user makes a selection, there will be an overlay on the form with an animation in the center. What are some of the options in accomplishing this? I was thinking of loading a panel with the animation (gif) in the center, add some opacity.
Edit ~ Anyone?
Edit ~ Here is solution I found...finally! No WPF nonesense.