HighTechTalks DotNet Forums  

ToolTip Will not display

VB.net microsoft.public.dotnet.languages.vb


Discuss ToolTip Will not display in the VB.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Darrell Wesley
 
Posts: n/a

Default ToolTip Will not display - 11-07-2006 , 03:38 PM






I've created a tooltip in VB 2003 per the help file (code follows) but the
tool tips never show up. What else do I need to do.

Private Sub frmQuotation_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim toolTip1 As New ToolTip
toolTip1.Active = True

' Set up the delays for the ToolTip.
toolTip1.AutoPopDelay = 50
toolTip1.InitialDelay = 10
'toolTip1.ReshowDelay = 500
' Force the ToolTip text to be displayed whether or not the form is
active.
toolTip1.ShowAlways = True

' Set up the ToolTip text for the Button and Checkbox.
toolTip1.SetToolTip(Me.chkWeights, "Weights and Gallons of Oil")
toolTip1.SetToolTip(Me.chkQRCTankID, "TankID and Steel Type")

end sub

There are no compile time or run time errors.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.