|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Announcements
Chapters
Services
Feature Zones
|
Note: This is an unedited contribution. If this article is inappropriate,
needs attention or copies someone else's work without reference then please
Report This Article
IntroductionWould you like to add some visual enhancement to your windows forms application? Do you have processes that take too long? This control is for you. Using the codeIt is pretty simple to use the control. All you need to do is to set control's Rotate property to true to start the circle.this.progressBar1.BackColor = System.Drawing.Color.Transparent; this.progressBar1.ForeColor = System.Drawing.Color.Gold; this.progressBar1.Interval = 100; this.progressBar1.Location = new System.Drawing.Point(235, 90); this.progressBar1.Name = "progressBar1"; this.progressBar1.RingColor = System.Drawing.Color.White; this.progressBar1.RingThickness = 30; this.progressBar1.Size = new System.Drawing.Size(80, 80); this.progressBar1.Rotate = true; History
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||