Skip to content

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.

License

Notifications You must be signed in to change notification settings

Romulo-Meirelles/ToolsBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published