在Windows Mobile上使用C#进行Pocket IE问题和托管ActiveX控件?
1。我们如何为.NET CF构建一个可由Pocket IE使用的C#管理ActiveX控件?
我们将在我们的控制中重复使用许多以管理方式编写和维护的功能。
代码。
1. How can we build an C#-managed ActiveX control for .NET CF which is consumable by Pocket IE?
We are going to reuse in our control many functions which are written and maintained in managed
code.
2。我们发现在Windows Mobile 6.5上的Pocket IE上,页面文本和元素不会流动,并且
调整屏幕宽度 就像在Pocket IE for Windows CE 6.0上一样。我们设计了全部
page 适合Windows CE 6.0屏幕而无需滚动。但是,同一页面  
在屏幕宽度上展开,用户必须水平滚动。是否有任何解决方法
为此?
2. We found out that on the Pocket IE on Windows Mobile 6.5, page text and elements does not flow and
resize with the screen width like they do on Pocket IE for Windows CE 6.0. We have designed the whole
page to fit on the Windows CE 6.0 screen without the need for scrolling. However, the same page
expands over the width of the screen and the user have to scroll horizontally. Are there any workarounds
for this?
谢谢!
1。你不能因为NETCF不支持托管。
1. You cannot as NETCF does not support hosting.