F
fts2012
Hi all,
I set the ToolTips when the solution is running.
as follows:
ToolTip1.SetToolTip(Me.Label1, "nothing")
ToolTip1.AutomaticDelay = 10
ToolTip1.AutoPopDelay = 5000
ToolTip1.ShowAlways = True
then ,when I move mouse over Label1, "nothing" is showed, then repeat
the action above, it does well.
But when the time which mouse over Label1 is more than 5000, the
ToolTip is disappear, and whatever you do, the "nothing" will never be
showed again.
Can anyone tell me the reason.
Thanks
I set the ToolTips when the solution is running.
as follows:
ToolTip1.SetToolTip(Me.Label1, "nothing")
ToolTip1.AutomaticDelay = 10
ToolTip1.AutoPopDelay = 5000
ToolTip1.ShowAlways = True
then ,when I move mouse over Label1, "nothing" is showed, then repeat
the action above, it does well.
But when the time which mouse over Label1 is more than 5000, the
ToolTip is disappear, and whatever you do, the "nothing" will never be
showed again.
Can anyone tell me the reason.
Thanks