Re: Tooltips and MouseMove event

Ryan Heath <[email protected]> Mon, 9 Jul 2007 18:39:08 +0200
Newsgroups gmane.comp.windows.devel.dotnet.cx
Message-ID <[email protected]>
Perhaps you should only set the tooltip to a value when it differs
from the tip already registered with the control.

if ( ttt != _tt.GetToolTip( panel1))
  _tt.SetToolTip ( panel1, ttt );

Ofcourse now you can not use the tickcount in your tooltip anymore ;)

HTH
// Ryan

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com