how do you display a tool tip for a numberic up and down?
this is how i have it now but it doesnt work
VB Code:
Dim toolTip As New ToolTip toolTip.ShowAlways = True toolTip.SetToolTip(Me.nudRate, "Rate") toolTip.SetToolTip(Me.nudYears, "Years")
|
Results 1 to 17 of 17
Thread: tool tips [Resolved]Threaded View
|
Click Here to Expand Forum to Full Width |