473,387 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

ToolTips not showing

I have a working VB.NET program to which I added a ToolTips control and
set the main Form with some tooltip text, but the tooltip is not shown
when the Form appears.

I tried making a simple program with just a Form and tolltip control.
This works.

I went back to the first program and added a debug before the "Me.Show"
(see below). Still no tooltip.

Debug.WriteLine(ToolTip1.GetToolTip(Me))
Me.Show()

Any ideas how to debug this further?

Thanks
Tom

Nov 21 '05 #1
1 8794

<to******@activant.com> wrote in message news:11**********************@o13g2000cwo.googlegr oups.com...
I have a working VB.NET program to which I added a ToolTips control and
set the main Form with some tooltip text, but the tooltip is not shown
when the Form appears.

I tried making a simple program with just a Form and tolltip control.
This works.

I went back to the first program and added a debug before the "Me.Show"
(see below). Still no tooltip.

Debug.WriteLine(ToolTip1.GetToolTip(Me))
Me.Show()

Any ideas how to debug this further?

Thanks
Tom


Do something similar to this for your tooltip(s) to show. I the case of this example, I have a ComboBox on my form and I want
it to show a Tooltip message when the mouse pointer is over a ComboBox. So, I put the Tooltip code in the ComboBox's MouseEnter
event.
Hope this helps.'
james

Private Sub ComboBox1_MouseEnter(ByVal sender As Object, ByVal e As System.EventArgs) Handles ComboBox1.MouseEnter

ToolTip1.SetToolTip(ComboBox1, "Click Down ARROW on Right to Select Client Name")

End Sub


Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: bill.. | last post by:
I have created a VB app that generates a wireless network status map several times a day. The app adds hidden controls in specific areas of the image (on a form) with extra info in the tooltips...
2
by: carl.manaster | last post by:
Hi, Within my project, I've got a number of classes in separate files. When I point at the name of a class in the file in which it is defined, it shows the <summary> information for the class in...
2
by: Billy Greening | last post by:
Hi, I have attached tooltips to some buttons on my toolbar, but the tooltips at some times are showing up behind the form. When I hover over the button on the far right of my toolbar, I can see...
2
by: Greg Burns | last post by:
I added a toolbar to a form and added one button. I made sure ShowToolTips = true for the Toolbar, and have set a tooltip for the button. The problem is the tooltip only shows after clicking...
1
by: Bernie Yaeger | last post by:
I understand that you should be able to display tooltips in a balloon style on a win xp pc, but I can't figure out the way to code this. Could someone show me a code sample of how to do this? ...
2
by: Ken Kazinski | last post by:
How do you set the tool tip property on a button. This was easy in VB6. Here is the code I am trying to use. Dim toolTip1 As New ToolTip() ' Set up the delays for the ToolTip....
4
by: Jeff Beem | last post by:
I have a class that inherits from TreeView. The treeview has tooltips for the nodes but they're showing up behind the form. Has anyone seen this? Are there any known fixes? Thanks in advance,...
8
by: Mitchell Vincent | last post by:
I have a feeling this is something simple. I have a MDI app written in vb.NET - but no tooltips seem to be showing. Is there some "ShowTips" property that I need to be setting on each window? ...
9
by: timnels | last post by:
I have an issue where I have a user control that is launched into a floating form. At some point later, I allow the user to "unfloat" the user control by reparenting it on a split container in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.