ActiveX and Net Compact Framework

  • Thread starter Thread starter David Amador
  • Start date Start date
D

David Amador

It is possible to use ActiveX with NET Compact FrameWork for the development
in Pocket Pc
 
Not really. This has been covered many, many times before. There is no COM
support in .NET CF. You may be able to either build a straight C, not
object-oriented, interface over the top of your COM object and just call out
to it from your managed code. You may also be able to use CFCOM from
Odyssey Software to use your COM objects.

Paul T.
 
Will it be support in .NET CF 2.0????

Charles

Paul G. Tobey said:
Not really. This has been covered many, many times before. There is no COM
support in .NET CF. You may be able to either build a straight C, not
object-oriented, interface over the top of your COM object and just call out
to it from your managed code. You may also be able to use CFCOM from
Odyssey Software to use your COM objects.

Paul T.
 
Hello David,

Could you give me more information about the specific ActiveX controls
you'd like to use?

Thanks,
-Katie

--------------------
| From: "David Amador" <[email protected]>
| Subject: ActiveX and Net Compact Framework
| Date: Wed, 8 Sep 2004 15:06:40 -0500
| Lines: 10
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 63.245.81.90
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09
.phx.gbl
| Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.compactframework:60916
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| It is possible to use ActiveX with NET Compact FrameWork for the
development
| in Pocket Pc
|
| --
| David Amador Tapia
| WebMaster "La Web de Davphantom"
| www.davphantom.net
| Cartagena. Colombia
|
|
|

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top