如何启动Window Mobile程序?

发布于 2024-09-25 17:41:13 字数 147 浏览 2 评论 0原文

我是 Window Mobile 编程的新手。我必须使用 Window Mobile 6.5 Professional 设备、CE OS 5.2 扫描 Wifi 网络并加入网络。但我不知道如何开始。

请给我一些启动它的提示。什么语言和工具比较好?有用的文档在哪里?

I am new in Window Mobile Programming. I have to make to scan Wifi networks and join to the network using Window Mobile 6.5 Professional device, CE OS 5.2. But I do not know how to start it.

Please give me tips to start it. What language and tool is better? Where is the helpful documents?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

于我来说 2024-10-02 17:41:13

您将需要 Visual Studio 和 Windows Mobile SDK。
至于语言,我推荐C++。您可以使用 C#,但对于您描述的项目,您最终将调用本机 C 函数。

您需要的功能位于零配置 API 中。

30 天 Windows Mobile 系列是开始 Windows Mobile 编程的一个很好的资源。

You will need Visual Studio and the Windows Mobile SDK.
As for languages, I recommend C++. You can use C#, but for the project you described, you will end up invoking the native C functions anyway.

The functions you need are in the Zero Config API.

A good resource for beginning Windows Mobile programming is the 30 days of windows mobile series.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文