I have found a lot of examples of how to work with comboboxes and set the selected item and NONE of them work. I am using Visual Studio 2008. This is a Windows form Project. Many of the examples show the use of ListItem. Visual Studio says that ListItem is not defined. What happened to it?
Also,
If I have a combobox and I have a sub that takes a string, how do I use the string to set the selected item in the combobox?
Thanks