Interestingly (or infuriatingly) when you set the tooltip when there's no
document loaded the tooltip appears when you mouse moves over the control.
As soon as you load a document into the web browser control then it stops
working. I guess IE stops (forgets) forwarding the relevant windows
messages to its container.

Cheers,
Duncan Smart
Aris Education (UK)

-----------------------
On Wed, 10 Apr 2002 12:19:10 -0700, Chris Sells <[EMAIL PROTECTED]>
wrote:

>I'd like to show a tooltip based on the HTML onmouseover event in a
>hosted WebBrowser control. I'm catching the event in a WinForm properly,
>but when I call toolTip1.SetToolTip(axWebBrowser1, "my tooltip"), the
>tooltip never shows up. Suggestions?
>
>Chris Sells
>http://www.sellsbrothers.com/
>
>You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
>subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to