Quantcast
Channel: Active questions tagged listview - Stack Overflow
Viewing all articles
Browse latest Browse all 749

C++ Listview tooltip

$
0
0

I've got a listview in report view that I'm trying to display tooltips for, different per item.

But I can't get any tooltip to be displayed at all...

Here's what I figured out so far:

case LVN_GETINFOTIP:{    LPNMLVGETINFOTIP GetInfoTip = (LPNMLVGETINFOTIP) lParam;    GetInfoTip->pszText = L"TESTING";    // What do I do now? How do I display the tooltip?    return 0;}

After I have received the LVN_GETINFOTIP message, how do I display the tooltip?


Viewing all articles
Browse latest Browse all 749

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>