If you are using MFC, you can Create a CToolTip control, call it's Create() function and then Activate(). To change the tool tip you need to first DelTool() the original tool tip message and then AddTool() the new one. Don't forget to add tooltip.RelayEvent() to your PreTranslateMsg() function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.