/ToolsBox

a series of tools for you to use in your day to day development. You can also add the DLL in Visual Studio tools. This package contains Form, Transition, Radio, Buttons, Panels Gradient, Custom Listview, GroupBox. In addition to some very useful functions. It's worth testing.

Primary LanguageVisual Basic .NETGNU General Public License v3.0GPL-3.0

ToolsBox.

A series of tools for you to use in your day to day development. You can also add the DLL in Visual Studio tools. This package contains Form, Transition, Radio, Buttons, Panels Gradient, Custom Listview, GroupBox. In addition to some very useful functions. It's worth testing.

Features

  • Add in VS Tools.
  • Any Tools.
  • Panel, Form, Listview etc...
  • Userful Function.
  • Easy to Use

    ✨ Some examples of how to use. ✨


Visual Basic

Imports ToolsBox

 Dim PanelGradient As New Panel_Gradient
 PanelGradient.Dock = DockStyle.Fill
 PanelGradient.GradientBottomLeft = Color.Black
 PanelGradient.GradientBottomRight = Color.Coral
 PanelGradient.GradientTopLeft = Color.DarkRed
 PanelGradient.GradientTopRight = Color.DarkRed
 Me.Controls.Add(PanelGradient)

Form Example

ToolBox in Visual Studio