Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romulo-meirelles/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.
https://github.com/romulo-meirelles/toolsbox

buttons class colorful combobox customize form framework gradient groupbox listview netcore netframework panel radio toolbox tools toolsbox transition userful visualstudio

Last synced: 26 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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

```VB
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