There is a small update to the coding. Apparently there is a known issue with Drawing small arcs and a crash that can occur. Though it’s been known by Microsoft for quite a long time, it has never been fixed. I experienced this issue when using the circular progress bar recently and came up with a quick solution to resolve it. Anything that is considered under a 1 degree arc won’t be drawn now. This is the only ‘safe’ solution I’ve seen but it shouldn’t effect any projects on your end visibly enough to notice. I’ve also fixed up a couple warnings and updated the DLL files in the zip. Everything should be good to go.
You can download CPB for .NET 3.5 and up here. //chrisvall.com/CPBDll.zip
You can find info and requirements about the CPB here: //chrisvall.com/coding/circular-progress-bar-for-net (download is updated there as well).
Related posts: