From: Bendik Engebretsen on
I'm trying out the TTF_PARSELINKS flag on my tooltip. I get a link that
looks fine, but I'm having problems clicking it, because if I move the
cursor onto the ToolTip it immediately disappears. Any clues?

Bendik


From: Kellie Fitton on
Hi,

The link feature is implemented only in version 6.00 of the common
controls, you simply need to include a manifest and add the flag
TTF_PARSELINKS in the toolInfo::uFlags.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/tooltip/structures/toolinfo.asp

http://blogs.msdn.com/oldnewthing/archive/2004/02/25/79842.aspx

Hope these information helps,

Kellie.

From: Bendik Engebretsen on
I have the 6.00 common controls/XP Visual Styles on and I can see the link
on my tooltip. The problem is to be able to click it because if I move the
cursor over the tooltip it diappears.