Tooltips for each ListBox Item

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

This code sample shows how to display an individual tooltip for each item in a listbox – very useful for when the listitems are longer than the listbox allows.

The code shows how to use the WinApi GetCursorPos , and ScreenToClient API Calls.

Download Zipped Project (3k)

Screen-Shot

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read