How can I use a .NET component in an HTML page? (WinCE 4.2 and CF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, we have an application which use a DHTML page (WinCE 4.2). This page use
a COM object (written in eVC++). We want to migrate this COM object to .NET
(CF1.1) and use it inside the HTML page (javascript/vbscript). Is this
possible in WinCE4.2 and CF1.1? WinCE5.0 and CF2.0?
Thanks.
 
You cannot create COM components with the CF and Pocket IE can't consume
managed assemblies.

-Chris
 
Back
Top