Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
I want to add a tooltip t my toolbar but I don't know how I can do it. I searched on internet bit there isn't an example.

What I have tried:

I tried to search on internet but there isn't an example.
Posted
Updated 11-Jul-23 11:16am

I found tons of examples and discussions, not sure what you searched for... - C++ How can I add a tooltip to toolbar[^]

Microsft covers this in detail in the first item in search list - MS Learn Toolbar Tool Tips[^]
 
Share this answer
 
Comments
Member 14594285 14-Jul-23 6:13am    
thanks..it's very simple
Andre Oosthuizen 14-Jul-23 6:38am    
you're welcome
For Tooltips on Toolbar see the MFC General sample DOCKTOOL
https://github.com/Microsoft/VCSamples/tree/master/VC2010Samples/MFC/general/docktool
(https://learn.microsoft.com/en-us/cpp/overview/visual-cpp-samples)

I just test compiled docktool with VS2019 and it works with Win10.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900