Add enhancements to a custom Combobox in VB.NET, Windows Form project, .NET 7 framework
Budget: $30 – $250 USD
https://www.codeproject.com/Tips/755707/ComboBox-with-Suggestions-Based-on-Loose-Character
Modify the code above so that:
1. It allows for ID field and synonym field for each item, and allows for searching ID and synonym
2. When an item is selected, it stores the selected item name and ID
3. Add an option, when enabled, only allows items within the combobox to be written
4. Implement DataGridViewTextBoxCell, DataGridViewTextBoxColumn, and IDataGridViewEditingControl so that the control can be used in a datagridview with the exact same behavior in the datagridview as the standalone control
5. Change to VB.NET, usable in .NET Framework 7, without any errors or warnings. It should not be in a DLL format. Full source code would be needed
Modify the code above so that:
1. It allows for ID field and synonym field for each item, and allows for searching ID and synonym
2. When an item is selected, it stores the selected item name and ID
3. Add an option, when enabled, only allows items within the combobox to be written
4. Implement DataGridViewTextBoxCell, DataGridViewTextBoxColumn, and IDataGridViewEditingControl so that the control can be used in a datagridview with the exact same behavior in the datagridview as the standalone control
5. Change to VB.NET, usable in .NET Framework 7, without any errors or warnings. It should not be in a DLL format. Full source code would be needed