Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Greetings,

Now after serveral hours of researching, asking on different forums and other i decided to ask here.

How to simply add a Picture to a tooltip when as for eksample mouse over a button it will show a picture of e.g. a Computer. I tried serveral methods but i just can't seem to get it work right.

If there is anyone out there who can give me a simple code and a explanation to why and how it works. If its a more advanced thing, feel free to post it anyway and try, if you can explain me how it works :)

Thank you very much!
Posted

1 solution

There is no simple way to do this because default tooltips are text only. You'd have to create a custom control to handle this.
This CP article may be a good starting point for you: A ToolTip with Title, Multiline Contents, and Image[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Sep-12 22:25pm    
Nice. This is like nearly all work is already done for OP. My 5.
--SA

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