Using Internet Explorer browser control host (SHDOCVW)

  • Thread starter Thread starter TomD
  • Start date Start date
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.
 
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.
 
Back
Top