I have an interesting project at Code Project (https://www.codeproject.com/articles/8524/titletips-support-for-edit-listbox-and-combobox-co)
I found it looking for adding tooltips to a mistview that displays images.
I have not found the solution...
Quote from: Grincheux on May 03, 2017, 08:23:04 PM
I have not found the solution...
What you exactly mean?
That's C++ code, you cannot use it directly.
No.
While looking for informations about Tooltips I found an interesting project at CodeProject.
This project is written in pure C.
It adds tooltips for many controls, but not on ListView, what I was looking for!
Start experimenting with LVN_GETINFOTIP (https://msdn.microsoft.com/en-us/library/windows/desktop/bb774835(v=vs.85).aspx).