Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Im trying to implement tooltips for the column headers of a listview control in VB.net by using API Calls.
So far what i got is that i need to get the column header handler and call sendmessage passing the TOOLINFO struct, but i cant get it to work, to be honest, i cant make a working code.

Does anyone have a code of this in C# or VB.net? all i have found is (unreadable, for me, c++ code).
Posted

1 solution

This[^] article might help.
 
Share this answer
 
Comments
creizlein 24-Jan-11 3:01am    
i saw that article, but does not explain how to do it, and it uses a totally different aproach, plus a lot of not needed features, i want to keep listview as lightweight as possible, i just need tooltips on the headers.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900