Hi all,
I'm having some trouble catching messages from this
control in .net compact. I have a code sample showing my
problem (should be useful for anyone else trying to
figure out how to use html viewer in .net) at
www.tenwisevirgins.com/Example.zip

Basically, i can either set my form as the control's
parent, in which case i can see the html but not catch
messages (specifically WM_HOTSPOT).
Alternatively i can set a MessageWindow as the control's
parent, in which case i can catch messages, but not see
the html.

Does anyone have any ideas? Please?

Gareth

Please post replies rather than emailing.

Re: HTML Viewer Control by David

David
Tue Sep 09 02:56:09 CDT 2003

I remember reading that some messages are blocked if the parent window is a
dialog box.

Maybe this helps?

Regards,

David.

"Gareth" <posts@only.com> wrote in message
news:48ed01c3762b$12541f00$a501280a@phx.gbl...
> Hi all,
> I'm having some trouble catching messages from this
> control in .net compact. I have a code sample showing my
> problem (should be useful for anyone else trying to
> figure out how to use html viewer in .net) at
> www.tenwisevirgins.com/Example.zip
>
> Basically, i can either set my form as the control's
> parent, in which case i can see the html but not catch
> messages (specifically WM_HOTSPOT).
> Alternatively i can set a MessageWindow as the control's
> parent, in which case i can catch messages, but not see
> the html.
>
> Does anyone have any ideas? Please?
>
> Gareth
>
> Please post replies rather than emailing.