Bunifu Framework Docs
HomePricingFAQsMy Account
  • Introduction
  • Getting started
    • Requirements
    • Installation
    • Installing for .Net 5 & Above
    • Licensing
      • Managing your licenses
      • Bunifu Licensing CLI
      • Bunifu Device Remover (Deprecated)
  • BUNIFU UI
    • Controls
      • Bunifu Button
      • Bunifu Button (variant)
      • Bunifu Cards
      • Bunifu CheckBox
      • Bunifu Circle Progress
      • Bunifu Datagrid View
      • Bunifu Date Picker
      • Bunifu Drop Down
      • Bunifu Flat Button
      • Bunifu Form Caption Button
      • Bunifu Form Control Box
      • Bunifu Form Resize Icon
      • Bunifu Gradient Panel
      • Bunifu Icon Button
      • Bunifu Image Button (New)
      • Bunifu Image Button (Old)
      • Bunifu IOS Switch (1.5.3)
      • Bunifu Label
      • Bunifu Loader
      • Bunifu Picture Box
      • Bunifu Pages
      • Bunifu Panel
      • Bunifu Progress Bar
      • Bunifu Radial Gauge
      • Bunifu Radio Button
      • Bunifu Rating
      • Bunifu Range
      • Bunifu Separator
      • Bunifu Sliders
      • Bunifu Shadow Panel
      • Bunifu Shapes
      • Bunifu Switch (1.5.3)
      • Bunifu ScrollBars
      • Bunifu Toggle Switch
      • Bunifu Toggle Switch (variant)
      • Bunifu Tile Button
      • Bunifu Thin Button (1.5.3)
      • Bunifu ToolTip
      • Bunifu Textbox
      • Bunifu User Control
    • Components
      • Bunifu Color Transition
      • Bunifu Drag
      • Bunifu Elipse [Deprecated]
      • Bunifu Form Dock
      • Bunifu Form Drag
      • Bunifu Form Resizer
      • Bunifu Snackbar
      • Bunifu Transition
  • BUNIFU CHARTS
    • Introduction
      • Quick Tips
    • Chart Components
      • Bunifu Bar Chart
      • Bunifu Bubble Chart
      • Bunifu Canvas Control
      • Bunifu Doughnut Chart
      • Bunifu Horizontal bar Chart
      • Bunifu Line Chart
      • Bunifu Pie chart
      • Bunifu Polar Chart
      • Bunifu Radar Chart
  • BUNIFU DATAVIZ [Deprecated]
    • Basic Charts [Deprecated]
      • Step Line Chart [Deprecated]
      • Step Area Chart [Deprecated]
      • Spline Chart [Deprecated]
      • Pie Chart [Deprecated]
      • Line Chart [Deprecated]
      • Doughnut Chart [Deprecated]
      • Bar Chart [Deprecated]
      • Area Chart [Deprecated]
      • Column Chart [Deprecated]
    • Advanced Charts [Deprecated]
      • Stacked Column 100 Chart [Deprecated]
      • Stacked Column Chart [Deprecated]
      • Stacked Bar Chart 100 [Deprecated]
      • Stacked Bar Chart [Deprecated]
      • Stacked Area Chart 100 [Deprecated]
      • Stacked Area Chart [Deprecated]
      • Scatter Chart [Deprecated]
      • Range Spline Area Chart [Deprecated]
      • Range Column Chart [Deprecated]
      • Range Bar Chart [Deprecated]
      • Range Area Chart [Deprecated]
      • OHLC Chart [Deprecated]
      • Candle Stick Chart [Deprecated]
      • Bubble Chart [Deprecated]
Powered by GitBook
On this page
  • 1. Quick Installation
  • 2. Guided Installation
  • The "licenses.licx" file
  • Need Help?

Was this helpful?

  1. Getting started

Installation

Using NuGet to easily install and activate Bunifu UI & Bunifu Dataviz for free-trial, premium, and enterprise licenses

PreviousRequirementsNextInstalling for .Net 5 & Above

Last updated 1 year ago

Was this helpful?

offers a faster and easier way of installing, activating, and deploying your applications seamlessly. We have used NuGet as our official mode of publishing our Beta and stable releases.

If you are very new to NuGet and would love to know more, kindly read through Microsoft's article. We will however take you through a complete and guided installation so no need to worry.

If you are creating a .NET 5/6/7/8 project, kindly head over to the .

1. Quick Installation

To install via NuGet Package Manager Console, run:

Install-Package Bunifu.UI.WinForms

To install , run:

Install-Package Bunifu.Charts.WinForms

To install , run:

Install-Package Bunifu.Dataviz.WinForms

Please note that we deprecated Bunifu Dataviz and replaced it with the new Bunifu Charts. However for Bunifu Dataviz, once you've installed and added the library to the Toolbox, two controls will be provided -BunifuDatavizBasicandBunifuDatavizAdvanced. You'll be allowed to choose either of the two depending on your license.

2. Guided Installation

  • Begin by launching (preferably 2012 and above). For this demo, we will use Visual Studio 2019.

  • Go to File > New Project (You can create a Windows Forms Visual C# or a Visual Basic project).

  • For Visual Studio 2019, click on Create a new project then select your preferred WinForms project and click on Next:

  • Enter your new project name and click Create:

  • Once your project is created, go to Tools > NuGet Package Manager > Manage NuGet Packages for Solution...

  • You will then see the tab NuGet - Solution displayed. Navigate to the Browse section and in the search box, type Bunifu:

  • You can then select either Bunifu.UI.WinForms , Bunifu.Dataviz.WinForms or Bunifu.Charts.WinForms and ensure you've checked the project you'd like to install in. Once you click Install, the installation process will begin. (You will be required to accept the license terms before continuing...)

  • Once installed, you'll then be able to see the list of controls added to your Toolbox as shown below:

In case you don't see Bunifu controls appearing in your Toolbox, you need to close your Toolbox first by clicking on its close button. Next, click to open the "View" menu located on the top bar of Visual Studio and select "Toolbox." Alternatively, you can use a keyboard shortcut by pressing Ctrl+Alt+X after closing the Toolbox. This action will restore the Toolbox, making Bunifu controls visible and accessible.

  • Now go ahead and add any control to your Form. This is where you will be required to provide your license details:

  • Enter your license information which you received when you bought your license then hit 'Enter'. Once your license is validated and activated for the device, an activation success dialog will popup confirming that your license has been activated successfully:

  • Once successful, an activation success dialog will popup confirming that your license has been activated successfully:

  • The control you dragged will then be added to your Form:

You can then go ahead and start creating some beautiful UIs!

The "licenses.licx" file

Whenever you add any Bunifu control(s) to your project, the licenses.licx file will be auto-generated. You can find it under your project's Properties section.

This file contains all the licensed components used within your project:

NB: Having this file as part of your project does not mean that any third-party can steal your license information. This file is simply a component registration file that displays all the licensed components in use within your project. It is therefore NOT a security risk and likewise is NOT needed for deployment.

In an occasion where Visual Studio throws an exception of Product not licensed, kindly duplicate one line on file above and replace the name with the name of control throwing the exception or simply restart Visual Studio.

Need Help?

If you face any issues during activation, please don't hesitate to reach out to us using the chat bubble on the bottom right side of the page.

If you're activating a , simply follow the steps above.

If you have where it has several products, kindly select the checkboxes as below to activate the rest of the products. Handy ain't it?

NuGet
How To
next section
Bunifu UI
Bunifu Charts
Bunifu Dataviz
Visual Studio
free trial
Ultimate Bundle License
Create Project
Create Project Info
Nuget Package Manager
Install Bunifu UI/Dataviz
Accept License Terms
Sample Demo
Sample licenses.licx file