问题标签 [pocketpc]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
169 浏览

deployment - How can I check the device platform before deployment in the .NET Compact Framework?

I've developed an application for Windows Mobile using Windows Mobile 6 Pro with CF 3.5 and I have some deployment questions.

I'm targeting only Pocket PC and I don't want to let users install it on their smartphone (because it simply won't work).

How can I check for the platform on which the user is installing the application and show him some error message?

Just to let you know, I have an .msi in order to install the app into the device from the desktop (setup project with cab inside), and it's fine.

I just need this extra verification.

0 投票
2 回答
520 浏览

javascript - 如何从口袋里的 javascript 中引用 div 即?

您好,我正在开发一个袖珍ie 网站。我正在运行带有口袋的袖珍 PC 2003 SE 模拟器,即。

我有一个并想从 javascript 中引用它。

getElementById并且document.getElementsByTagName不工作。在我看到的一个例子中document.all[],甚至xx.id但都不起作用。

谁能启发我?

0 投票
1 回答
714 浏览

compact-framework - .net cf 3.5 treeview 仅针对给定节点的复选框

.net cf 3.5 袖珍 pc 应用程序中的树视图如果我们启用复选框,它将为所有节点显示,我只想为某些节点的子节点显示复选框。是否可以 ?我发现一些 Windows 窗体应用程序在 drawnode 事件中进行自定义绘制。但是.net cf treeview 中没有drawnode 事件。

0 投票
1 回答
779 浏览

.net - Paypal 与适用于 Windows mobile 6.0 的袖珍 PC 应用程序集成

我正在为 Windows mobile 6.0 开发袖珍 PC 应用程序,并且我想使用 Paypal。

我应该为此使用 Web 浏览器控件吗?我需要了解将 PayPal 实施到我的智能设备应用程序的整个过程和流程。

0 投票
4 回答
2587 浏览

.net - 在 .net CF 3.5 中获取特定时区?

我想在我的 PocketPC 上安装一个世界时钟。获取本地时间没有问题,获取 UTC 时间更不是问题。但我似乎无法获得特定的时区?假设我想要纽约的当前时区,不知道它是否是夏令时(所以我不知道它是东部时间 (GMT-5) 还是东部夏令时 (GMT-4))。

可悲的是,紧凑框架中似乎不存在 TimeZoneInfo,所以我想知道除了手动硬编码未来 10 年所需时区的夏令时更改以获得正确的转换之外,是否真的没有其他方法......

编辑:TimeZone 存在,但它是一个我必须自己实现的抽象类,我想避免这种情况,因为它容易出错并且在 DST 周转日期上需要一些魔法。

0 投票
2 回答
1389 浏览

windows-mobile - 如何在紧凑框架中检测插件 USB

我想将一个带有串行端口的跟踪盒连接到一个 Windows Mobile 的 USB 串行端口。当我通过 USB 将 Windows 移动设备与跟踪盒连接时,是否有检测 USB 插件的方法?

0 投票
1 回答
834 浏览

c# - 将大文件从 PC 传输到掌上电脑

我需要将一个大文件从 PC 传输到 PPC(掌上电脑),但我不能使用 RAPI。

我需要:

  1. 将 .sdf(大)文件转换为二进制格式
  2. 转移到 PPC(通过 Web 服务)
  3. 在 PPC 中从二进制转换为 .sdf

问题是在 PPC 中我遇到了“内存不足”异常(在大文件中)。使用一个小文件,它可以很好地工作。

我能做些什么?也许我可以分片发送文件?

0 投票
4 回答
1087 浏览

c# - 在启动时自动运行程序并在 PPC 上从内存中停止应用程序

当窗口关闭时,我必须停止应用程序。单击 (x) 按钮时,窗口将保留在内存中。如何删除内存中的应用程序?另一个问题是我希望在硬重启袖珍电脑时安装应用程序,我该怎么做?

谢谢

0 投票
1 回答
765 浏览

.net - 如何使用 Visual Studio 2008 为 Pocket PC 2002 构建?

有什么方法可以使用 Visual Studio 2008 为 Pocket PC 2002 (3.0) 构建?

0 投票
1 回答
2491 浏览

visual-studio-2008 - 如何调试在无线网络上运行的 Pocket PC 应用程序?

如何通过无线网络 (802.11) 调试在远程设备 Pocket PC 4.2 (2003) 上运行的应用程序?当设备处于支架状态(57K 波特)时,我可以使用 ActiveSync 进行远程调试。我正在使用 Visual Studio 2008。

我熟悉 Windows Mobile 5 中的无线调试。