C
Charles Law
Although I can find few reports of the problem, it seems plain that tooltips
just don't work (in VB.NET at any rate).
I have an MDI child form with a TrackBar control on it. I have a private
Tooltip variable (m_Tooltip) which I use as follows:
Sub Form_Load(...)
m_ToolTip = New ToolTip
m_ToolTip.SetToolTip(TrackBar1, "Drag to change position, or use cursor
keys for fine adjustment")
End Sub
The form loads and I hover over the trackbar. The tooltip is displayed. I
drag the trackbar a bit, and the tooltip is never shown again, no matter
what I do.
Is there a way to get round this and make tooltips work properly?
TIA
Charles
just don't work (in VB.NET at any rate).
I have an MDI child form with a TrackBar control on it. I have a private
Tooltip variable (m_Tooltip) which I use as follows:
Sub Form_Load(...)
m_ToolTip = New ToolTip
m_ToolTip.SetToolTip(TrackBar1, "Drag to change position, or use cursor
keys for fine adjustment")
End Sub
The form loads and I hover over the trackbar. The tooltip is displayed. I
drag the trackbar a bit, and the tooltip is never shown again, no matter
what I do.
Is there a way to get round this and make tooltips work properly?
TIA
Charles