c# - Multiple Tooltips to same Control -


i using windows forms application in c#
have label having date text 16-12-2010
want display different tooltip when mouse on date/month/year

e.g. when cursor on date : today's date tooltip

updated:

one source of example when vote close question in stackoverflow.com

use multiple labels - 1 each part.

otherwise you're going need know characters in label mouse on - different font's render differently. that's can-o-worms if ever there one.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -