Can host a window control of .net cf to Pocket IE?


Can host a window control of .net cf to Pocket IE?

a .net cf control download by http, like..
http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx

or preinstall in GAC?

If not,
is it possible in"Magneto"?
Thanks.

[482 byte] By [ec] at [2008-1-12]
# 1
The answer today is "no" and it does not seem to change with CF 2.0

The reason is that the CF CLR cannot be hosted by native code (which is what the browser is). So the only way you can get managed code to run is by starting up a managed process (exe).

Cheers
Daniel

DanielMoth at 2007-8-21 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...
# 2
I also ran into the same problem: I need to host an application in Pocket IE and I was hoping to do it via a .NET control using C#. Are there any alternatives? COM? Unfortunately there does not seem to be a lot of tutorials on creating ActiveX components with eVC++... If anyone could point me to a good one, I'd really appreciate it!
Thanks,
Ray
rainersimon at 2007-8-21 > top of Msdn Tech,Smart Device Development,.NET Compact Framework...