Implementing Win32 Tooltips

Divil

Well-known member
Joined
Nov 17, 2002
Messages
2,748
I just threw this example together because I already had the code written. You can read up all about win32 tooltips in MSDN.

This sample has three regions on the form, each one has its own tooltip. One of them is changeable via a textbox on the form. Ive tried to wrap the win32 functions pretty well in two classes, so all you have to do is add one to another to add tooltips.

Read the code, youll see :)
 

Attachments

Back
Top