Results 1 to 17 of 17

Thread: tool tips [Resolved]

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2004
    Posts
    10

    tool tips [Resolved]

    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:
    1. Dim toolTip As New ToolTip
    2. toolTip.ShowAlways = True
    3.  
    4. toolTip.SetToolTip(Me.nudRate, "Rate")
    5. toolTip.SetToolTip(Me.nudYears, "Years")
    Last edited by salating; Jul 20th, 2004 at 02:47 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width