English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am trying to create a mouse over event that will alow a tool tip to come up.
I have check boxes that I creadted to look like buttons. When a user hovers over them I was a tool tip to appear.

I can't seem to get this to work.
How is this done?

2007-04-09 11:50:59 · 2 answers · asked by Justin 4 in Computers & Internet Programming & Design

2 answers

Tooltips should be automatic in VB6 by using the ToolTipText property

In VB.NET you have to add a tooltip control to the form first... Then you can add the tooltip text to the newly added properties on the controls

2007-04-09 11:57:34 · answer #1 · answered by MarkG 7 · 1 0

VB6 - there is a tool tip property in the property windows
.NET - Under "Toolbar", add a tooltip. Then under "Properties", there will be a tooltip tab, under miss. Add the tooltip (as string).

2007-04-09 13:50:23 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers