Convert a PPC project to activeX

  • Thread starter Thread starter Juan
  • Start date Start date
J

Juan

Hello:

How can I convert a standar PocketPC 2003 (with CF 1.0) project to an
ActiveX control for embedding it into a mobile webpage?

I have heard something about that but I don't know how to make it."They" say
that it's easy easy.

Thanks
 
Hi,

COM Interop is not supported in Compact Framework 1.0. It means that
the only tool that you can use to develop ActiveX control is eVC++.

BR


Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/

Juan a écrit :
 
MMm, if I change the project to another destination platform (PC .NET
Framework project), and make from it an ActiveX control (changing the
project "Register as COM" property), could I embedde it into a standar
webpage?

I Want to load the component in the Pocket Internet Explorer.
(Sorry because of my bad english)

Thanks


"Fabien" <[email protected]> escribió en el mensaje
Hi,

COM Interop is not supported in Compact Framework 1.0. It means that
the only tool that you can use to develop ActiveX control is eVC++.

BR


Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/

Juan a écrit :
 
You'll have to create a new ActiveX control from scratch and code it so that
it does what your .NET CF 'control' does.

No, .NET objects *cannot be used as ActiveX controls* on Windows CE-based
platforms. The .NET Compact Framework run-time cannot be hosted from native
code. If the control is going to *run* on a PC, you might be able to do
that, but not if it runs in Pocket Internet Explorer on the CE device...

Paul T.
 
Ok, I understand that if I want to develop an activeX for Pocket PC, I need
to develop it entirely in other language as "C++", because embedded .Net
controls in a webpage won't work (they only work in PC)

Thanks

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> escribió en el mensaje news:[email protected]...
 

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

Back
Top