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

Kimtoo.Preloader

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Kimtoo.Preloader

A Simple preloader for winforms (With progress bar)

1.0.5
NuGet
Version published
Maintainers
1
Created
Source

A Simple preloader for winforms (With progress bar)

using Kimtoo.Preloader;

 //Applies to user controls and Forms
 this.ShowLoader();                   //Shows Loading...
 this.ShowLoader("Please Wait...."); //Shows loader with custom text...
 this.ShowLoader("Loading...",50);    //Shows loader with progress bar. (%)
 this.HideLoader();                   //Hide any instance of the loader 

Keywords

kimtoo.toolkit

FAQs

Package last updated on 10 Nov 2021

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