|
-
August 30th, 2010, 02:24 PM
#1
How to build my own 'Intellisense' with tooltips?
I would like to reproduce the kind of tooltips that Visual Studio provides through its 'Intellisense' component. Any idea how to summon a particular tooltip when the cursor hovers over a keyword? I know I could readily map all the keywords to tooltip phrases, but I have no clue as to how to get the hovering cursor to send some sort of message that it's time to display the mapped tooltip message.
There is a nice article on how to employ tooltips in a CRichEditView.
RichText Tool-tip Control By Paul Vickery | 7 Oct 2008
A tool-tip control with support for rich-text formatting
Source Code at: http://www.codeproject.com/KB/miscct...px?msg=1660051
Any ideas greatly appreciated.
mpliam
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|