WinCE, .NET and IWebBrowse2 Objects

  • Thread starter Thread starter Peter Tewkesbury
  • Start date Start date
P

Peter Tewkesbury

Hi

Does any one know how I can create a IWebBrowser2 object using eVC4 and host
it in a C# .NET application??

Thanks

Peter Tewkesbury
 
except that a search doesn't return any results except this thread...
 
You may be taking too specific an approach to scanning the archives. I did
a search on "browser control", which returned a very reasonable 58 threads.
Summarizing the threads, they fall into three solutions to the general
problem of doing Web browsing from managed code:

1) Use CFComm (Odyssey Software), which will allow you to directly use the
browser ActiveX from your managed code. This is the most complete,
fastest-to-implement (at least for a full browser), solution, from what I've
seen.

2) If you are using a limited list of capabilities, use a managed-only
solution. There are various sources for this and I'll let you read the
threads from the archives to find the contact information. You can find
various levels of rendering support from text-only to complete. You'll
likely pay according to the features you use.

3) Do some type of a wrapper, as you indicated in your first message.
Searching on "browser control wrapper" gives four threads of this general
type.

Paul T.
 
And a straight search of the Web on "wrapper browser control "windows ce""
on Google yields a very nice set of hits on the first page...

Paul T.
 
Back
Top