WinForm Gauge: How to use Designer Gauge
Introduction
This article describe how to use Designer Gauges in your project.
- Launch Visual Studio, start new WinForm Application project.
- Install NuGet package - CodeArtEng.Gauge. Remember to install the full version that you had ordered, not demo version available in public NuGet.
- Right click anywhere in Toolbox panel then select Choose Items ...
- Click Browse... button in .NET Framwork Components tab
- Select designer gauge DLL to add to Toolbox.
- Next, drag and drop added designer gauge to your application.