Click here to Skip to main content
Click here to Skip to main content

List Box with ToolTips

By , 20 Feb 2001
 
  • Download source files - 5 Kb
  • Download demo project - 14 Kb
  • Sample Image - TTListBoxDemo.gif

    Introduction

    This tooltip enabled class lets the user display tooltip text for individual items. This class uses the tooltip class that is written by Dhandapani Ammasai.

    A multiline tooltip for an individual item is automatically displayed towards the right of the control and the text is updated as the mouse is moved over the individual items in the list box.

    Follow these steps to add a CTTListBox to a dialog:

    • Add TTListBox.cpp and TTListBox.h to your project.
    • Add tooltip2.cpp and tooltip2.h to your project.
    • Add include "TTListBox.h" to the header file of your dialog class.
    • Add a list box control to your dialog.
    • Use ClassWizard to add a member variable of type CTTListBox for the list box you just added. If CTTListBox is not in the Variable Type list, choose CListBox, and manually change the type to CTTListBox later.
    • In your dialog class, define a static member function which retrieves the the text for individual items. This function must be declared as:
      static CString TextRetriever(int nIndex);

      where nIndex is the index of the list box item that currently is under the mouse cursor and wants to have the text retrieved.

    • Implement the text retriever function the way you want it.
    • In your dialog's class OnInitDialog function include a statment like:
       m_listbox.SetTextRetrieverFcn(TextRetriever);

      where TextRetriever is the name of your text retriever function that you declared earlier.

    I have also implemented the same functionality for a tree control. You can e-mail me if you wish to look at how I implemented it for a tree control.

    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here

    About the Author

    Salman A Khilji
    United States United States
    Member
    No Biography provided

    Sign Up to vote   Poor Excellent
    Add a reason or comment to your vote: x
    Votes of 3 or less require a comment

    Comments and Discussions

     
    Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
    You must Sign In to use this message board.
    Search this forum  
        Spacing  Noise  Layout  Per page   
    Generalcan't use ItemData in function TextRetrievermemberyy12342 Jul '08 - 22:13 
    GeneralRe: can't use ItemData in function TextRetrievermemberyy12342 Jul '08 - 23:30 
    QuestionNice class - Improvments [modified]memberAli Rafiee20 Apr '06 - 12:01 
    GeneralSelect itemmemberalexan0824 Dec '04 - 1:41 
    GeneralItem clickmemberdudic13 Mar '03 - 5:04 
    GeneralList Box Background colorsussAshwani11 Sep '02 - 20:11 
    GeneralMulti ListBoxes with different tooltipsmemberPepe27 Jul '01 - 6:06 
    GeneralDisplay speed/delaymemberMark Ovens26 Jun '01 - 9:37 
    GeneralSolved :) Re: Display speed/delaymemberMark Ovens27 Jun '01 - 8:28 
    Generaltooltip window position is not rightmemberlaxman21 Feb '01 - 8:14 
    GeneralRe: tooltip window position is not rightmemberSalman Khilji23 Feb '01 - 2:58 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

    Permalink | Advertise | Privacy | Mobile
    Web01 | 2.6.130523.1 | Last Updated 21 Feb 2001
    Article Copyright 2001 by Salman A Khilji
    Everything else Copyright © CodeProject, 1999-2013
    Terms of Use
    Layout: fixed | fluid