increasing InfoTip duration ?
-
Hello, I'm using a CTreeCtrl, which is processing the notify message TVN_GETINFOTIP to display an InfoTip. The tip displays a multiline description of the item in the tree, and that is working just fine. However, the InfoTip goes away on its own after a few seconds, which is often not long enough for the user to read its entire contents. Is there a way I can increase the duration of the InfoTip, so it stays displayed longer, or until the user moves the mouse away? Would it be a better idea for me to use a ToolTip control instead? thanks srs
-
Hello, I'm using a CTreeCtrl, which is processing the notify message TVN_GETINFOTIP to display an InfoTip. The tip displays a multiline description of the item in the tree, and that is working just fine. However, the InfoTip goes away on its own after a few seconds, which is often not long enough for the user to read its entire contents. Is there a way I can increase the duration of the InfoTip, so it stays displayed longer, or until the user moves the mouse away? Would it be a better idea for me to use a ToolTip control instead? thanks srs
I use Zafir Anjum's TitleTip[^] class to provide an infinitely displayed tooltip in my TakeStock[^] app. I use it to display a stock quote tooltip when the window is too narrow to display the entire quote. /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com