Home All Groups Group Topic Archive Search About

Add a tooltip into combo box

Author
8 Aug 2006 10:08 AM
Li Pang
Hi,

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

thanks

Author
8 Aug 2006 1:01 PM
pvdg42
"Li Pang" <LiP***@discussions.microsoft.com> wrote in message
news:0E38C7AF-4C9B-4B82-9871-9CAB341B0243@microsoft.com...
> 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.