I have a winform application that displays several diagrams based on user selection. I want to simulate an ajax style loader so that when the user makes a choice, there will be an overlay on the form with animation in the center. What are some of the options for doing this? I was thinking about loading a panel with animation (gif) in the center, adding some opacity.
Edit ~ Anyone?
Edit ~ Here is the solution I found ... finally! No WPF nonesense.
source
share