Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WebBrowser for CE

5 views
Skip to first unread message

JohnL

unread,
Jul 15, 2005, 2:48:54 AM7/15/05
to
Hello,

I'm developing an application which should show HTML inside. I've
downloaded the OpenNETCF SDK but had found that WebBrowser is not
working for that? Is it possible to somehow integrate IE into my
application for the CE platform?

Thank you in advance,
John

Arun

unread,
Jul 15, 2005, 3:15:09 AM7/15/05
to
It is OpenNETCF.Windows.Forms.HTMLViewer control.
Check that.

Cheers,
Arun.
www.innasite.com

Sergey Bogdanov

unread,
Jul 15, 2005, 3:49:48 AM7/15/05
to
You are right, WebBrowser that comes with OpenNETCF SDF is based on
"htmlview.dll" which is not necessary to be. Since CF1.0 does not
support COM interop, to work with COM you need to write shim (wrapper).

I've created for you an example [1] which demonstrates how to integrate
IE into your application. The example also shows you how to capture
events from WebBrowser (by using SendMessage from eVC wrapper and
MessageWindow on another side).

Good luck

[1] http://www.sergeybogdanov.com/Samples/WebBrowserCE.zip

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

JohnL

unread,
Jul 15, 2005, 4:20:34 AM7/15/05
to
WOOOOOW! Works like a charm. Great job! Thank you very-very-very much,
saved me lots of days.

Thank you again.

John

0 new messages