View Single Post
Re: [Windows API] Tooltips w/o MFC
Old
  (#7)
botman
Super Moderator
 
Status: Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
Default Re: [Windows API] Tooltips w/o MFC - 12-06-2004

TTM_TRACKACTIVATE allows the tooltip to track the mouse position and disply the tooltip window when the mouse is over the item.

See the MSDN webpage about it...

http://msdn.microsoft.com/library/de...ckactivate.asp

botman
  
Reply With Quote