tooltip for ListCtrl in MDI application
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi there, I addes tooltip to my CListCtrl derived class. This tooltip displays the item text for those that their column width is shorter than the item text length. I have created an MDI application having each view displaying my CListCtrl derived class. However, the tooltip works only for the last opened document. Any idea how to make to work for the precede opened documents? Thanks, Dudi