I have made a user control i.e Circular progress bar now i want to export it as animated gif. How can i achieve this in .net.
Asked
Active
Viewed 289 times
1 Answers
1
you will have to create a screenshot of it in every desired frame and them glue all the frames into the gif.
That's how you screenshot a control:
screenshot of a winforms control through C#
That's how you prepare a gif:

Community
- 1
- 1

Wojtek Turowicz
- 4,086
- 3
- 27
- 38