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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top