Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/romulo-meirelles/toolsbox
- Owner: Romulo-Meirelles
- License: gpl-3.0
- Created: 2022-07-11T01:14:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T08:37:02.000Z (over 2 years ago)
- Last Synced: 2024-07-23T11:49:28.563Z (6 months ago)
- Topics: buttons, class, colorful, combobox, customize, form, framework, gradient, groupbox, listview, netcore, netframework, panel, radio, toolbox, tools, toolsbox, transition, userful, visualstudio
- Language: Visual Basic .NET
- Homepage:
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 ToolsBoxDim 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