Simulate ajax loader in winform application

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.

+3
source share
3 answers

WinForms - WPF , , . :

1) HACK! , , . AFAIK WinForms. , . .

2) WinForms . .

3) WPF , . ... ?

4) .

0

WinForms PictureBox gif.

PictureBox, . 50 100 , .

, , . Windows XP. , Windows 2000 Winforms.

0

As Saif already said, these are full custom Loaders:

http://www.codeproject.com/KB/cs/mrg_loadingcircle.aspx

0
source

Source: https://habr.com/ru/post/1702536/


All Articles