dynamic_sysop
Well-known member
hi does anyone know how to put a tooltip on a listview item? ive tried this...
but it does nothing:-\ and theres no direct tooltip feature on the listview control by the look of it.
cheers
Code:
Dim tp As New ToolTip()
With ListView1
.Items.Add(TextBox1.Text)
tp.SetToolTip(ListView1, .Text)
End With
cheers