🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

CircularProgressBar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

CircularProgressBar

Circular ProgressBar is a custom control for WinForm with animation.

2.8.0.16
Source
NuGet
Version published
Maintainers
1
Created
Source
				  Circular Progress Bar

Circular ProgressBar is a custom control for WinForm with animation

=====================================================================

USAGE First, build your application, and then use the toolbox to add the control to your forms. If the control was still absent, add it manually from the 'packages' directory in your solution's root path.

KNOWN ISSUE WITH VISUAL STUDIO TOOLBOX If you couldn't find this control in the toolbox and you failed to add it from the NuGet package directly, try using the copies of the library in your project's Debug or Release directories.

The problem with the toolbox is that it is part of the Visual Studio and not your project, and as the result, it can't resolve some dependencies, although they are already part of your project.

In this case, Visual Studio Toolbox needs 'WinFormAnimation.dll' library next to the 'CircularProgressBar.dll' library to let you use it. However, you can always write the code manually and bypass the use of toolbox altogether.

Keywords

FAQs

Package last updated on 18 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts