Hyperlink text inside balloon tooltip for a taskbar icon
-
Hyperlink text inside balloon tooltip for a taskbar icon and getting the click events of hyperlink. If anybody have experience please help me Thanks
-
Hyperlink text inside balloon tooltip for a taskbar icon and getting the click events of hyperlink. If anybody have experience please help me Thanks
This doesn't sound like a Tooltip. This is more like a popup menu or window. It also sounds like you would get into a rather annoying state where the user would be trying to "chase" the hyperlink in the tooltip window before the tooltip window disappeared. If you code a tooltip around that to keep the tooltip window visible until you get off it then you have the problem of access to the screen region under the tooltip. I would suggest two CP classes: the CXHyperLink class by Hans Dietrich and the CTitleMenu class by Arthur Westerman.