我是否缺少一些 Windows Mobile 控件?

发布于 2024-08-31 22:55:16 字数 439 浏览 9 评论 0原文

我是一名 C# 开发人员,正在迈出 Windows Mobile 开发的第一步。我已经安装了 Visual Studio 2008 SP1 以及 Windows mobile 6 Pro 和 Standard SDK。现在我正在尝试创建一个简单的 winforms 应用程序。

问题是,当我将目标平台设置为 Windows Mobile Standard 时,我似乎缺少很多控件。例如,有一个复选框,但甚至没有一个简单的按钮(看看这个屏幕截图)。当我切换到 Windows Mobile 6 Professional 时,我可以获得各种控件。

可能是什么问题?我已经尝试修复 WM 6 标准 SDK,但这没有帮助。

谢谢,

阿德里安

I'm a C# developer taking my first steps in Windows Mobile development. I've installed Visual Studio 2008 SP1 and the Windows mobile 6 Pro and Standard SDK's. Now I am trying to create a simple winforms application.

The problem is that when I set the Target Platform to Windows Mobile Standard, I seem to be missing a lot of controls. For example, there is a checkbox, but there isn't even a simple button (take a look at this screenshot ). When I switch to Windows Mobile 6 Professional, I get all kinds of controls.

What could be the problem? I've already tried to repair the WM 6 standard SDK, but that did not help.

Thanks,

Adrian

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

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

发布评论

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

评论(1

残花月 2024-09-07 22:55:16

这是正确的。 Windows Mobile Standard,也称为智能手机,没有触摸屏。所有交互都是通过两个菜单操作按钮完成的。因此,许多控件(例如按钮)没有意义,因此从工具箱中过滤掉。

That's correct. Windows Mobile Standard, also known as Smartphone, doesn't have a touchscreen. All interaction is done through the two menu action buttons. Because of this many controls, like buttons, don't make sense and are therefore filtered from the toolbox.

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