items

Add text to a combobox's items property

After typing text into a combobox during run time, how do I add it to the combobox's items property? This is in C# 2010. ...

Tooltip on Listbox display strange behavior

Hey all, I'm brand new to C# and I wanted to enabled tooltips on a listbox. My wish was to be able to display a different tooltip depending on the hovered item in the listbox (the standard listbox's behavior is to display one single tooltip for itself no matter what item is hovered)... I managed to write the following code : private v...