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
Cheers,
Arun.
www.innasite.com
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
Thank you again.
John