Using Internet Explorer browser control host (SHDOCVW)

T

TomD

Hello,

We want to be able to fire up and control IE from my C#
ce.net app. We used the above control on earlier pc-based
projects. I can add a reference to it for windows projects
in Visual Studio 2003 (released version) but it is not
available for ce.net projects. My target device has
shdocvw.dll located in the Windows directory.

I was wondering how I can access this functionality?

TIA,
Tom.
 
P

Paul G. Tobey [eMVP]

The .NET CF doesn't support COM objects, like the IE control. Odyssey
Software has an add-on product that provides this capability. Otherwise,
you'll have to figure out some other way to do what you want.

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top