Click here to Skip to main content
15,918,808 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi ,
I have list of places when ever i display freiends on anchor tags dynamically of places names when i ever mouse over on i need i should diplays place image and description in bubbled using in css

can u guide or send snippets
Posted
Updated 22-Sep-13 15:56pm
v2

1 solution

You have not mentioned where do you want to display the tooltip.. in a webpage or winform?
Anyways you can always inherit the tooltip control and override the OnDraw() method to put up an image to get your desired result. This is an example of how this is done, you may have to make few changes to get the desired result.

http://cboard.cprogramming.com/csharp-programming/119414-custom-tooltip.html[^]

Hope it helps.
 
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