Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I downloaded the code from How to write a loading circle animation in .NET?[^]
that is authored by Martin Gagne, and then loaded the code into my project. However, the Animated spinner does not Turning. In another word, when
C#
this.loadingCircle = new MRG.Controls.UI.LoadingCircle();
loadingCircle.Active = true;
is called, the
protected override void OnPaint()
in LoadingCircle.cs is not fired (this method is fired only when the form is loaded).
I wish someone can help on this issue. Thanks.

What I have tried:

Animated spinner  Not Turning?
Posted
Updated 28-Nov-17 7:38am

1 solution

Please post your question in the forum at the end of the article so the author can help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900