Add a tooltip into combo box

  • Thread starter Thread starter Guest
  • Start date Start date
Li Pang said:
Hi,

I want to know how to add a tooltip into combo box control?

thanks

As you don't indicate which version/edition of Visual Studio you are using
and don't indicate what type of project, these directions are for VS 2005,
Windows application:

Add a ToolTip control to the form.
Then, add your ToolTip string to the "ToolTip on <Name of your tooltip
instance>" property for the ComboBox.
 
Back
Top