Search
Search Criteria
Products meeting the search criteria
MultiColumn ComboBox
Great for showing values with more details on dropdowns, that way, you can distinguish between similar names and other dropdown values, to ensure that user select the right options at a single glance.
Very easy to customize and reuse with other projects, and it's also a great steppingstone to learning about creating form controls.
Very easy to customize and reuse with other projects, and it's also a great steppingstone to learning about creating form controls.
This is a Windows Form combobox control for showing more column details of selection values, as seen in the picture.
Dynamically Add WinForm Controls
Dynamically add any control to your WinForms easily.
Although I have used TextBox as an example, you can use any control you want by just following the same procedures in the code blocks and replacing TextBox with your desired control or adding more if you want, using the same logical flow.
This project is in C#, but can be converted to VB.Net as well.
Demo Video
Although I have used TextBox as an example, you can use any control you want by just following the same procedures in the code blocks and replacing TextBox with your desired control or adding more if you want, using the same logical flow.
This project is in C#, but can be converted to VB.Net as well.
Demo Video
Dynamically add any control to your WinForms
- 1