我是否缺少一些 Windows Mobile 控件?
我是一名 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是正确的。 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.