Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create tooltips

Status
Not open for further replies.

Zech

Programmer
Oct 14, 2002
116
US
Hi,

Anybody knows how to create tooltips via Win32 API (not MFC)? I know that Microsoft provides a special window class (TOOLTIPS_CLASS) for tooltips but I can't get the tooltips to work. Furthermore, the sample code in MSDN is confusing.

Thanks.

Zech
 
I just need to know the basic skeleton for handling messages for the tooltips control (eg. when to send the TTM_RELAYEVENT or TTM_ACTIVATE messages, etc.).

Zech
 
Would you tell me with which control you are using this..so that I can give a specific and better answer..
Basically Tooltip itself is a control created with CreateWindowEx.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top