can anyone give me some sample vb code that will enable me to display the tooltips as balloons for toolstrip items please.
i use the following for buttons which works gr8:
Dim Tip As New ToolTip
Tip.IsBalloon = True
Tip.SetToolTip(MyButton, "This Is The ToolTip")
but just cant figure out how to do it for toolstrip items. i think i have to do something with VisualStyleElements but just cant figure it out and its driving me mad.
is there a simple way?
Thanks
Last Visit: 31-Dec-99 19:00 Last Update: 26-Feb-21 20:54