Windows 移动 6.5 用户界面
我是在 Windows Mobile 6.5 中开发应用程序的初学者?我们的项目实际上取决于我们的 UI 有多好!
当我用 C# 打开一个新的智能设备项目来实现我们的 UI 设计时,我发现紧凑框架的工具箱(文本框、按钮等)不足以制作一个漂亮的 UI ...所以有没有什么建议用另一种方式实现这个 UI 更好?!?!
提前谢谢你
i'm a beginner in developing app in windows mobile 6.5 ? and our project actually depending on how nice is our UI !!
and when i open a new smart device project in C# to implement our UI design, i found that the toolbox of the compact framework (textboxs ,buttons ..etc) is not good enough to make a nice UI ...so is there any suggestion to implement this UI by another way to be nice ?!?!
thank u in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我的公司使用 Resco Mobile 工具包。它不是免费的,但 UI 元素非常好,并且比内置的 Windows Mobile 表单具有更多的功能。
My company uses the Resco Mobile toolkit. It's not free, but the UI elements are a lot nice and have a lot more functionality than the built-in Windows Mobile Forms.
您可以自由地定义控件的视觉外观。例如,看看 Silvermoon...
You have all the freedom to define the visual appeareance of the controls. Have a look at Silvermoon, for example...
您应该购买/查找免费的控件库。
也许更好的方法是使用 GDI+ 制作自己的控件以获得更多控制。
You should buy/find-free controls library.
Maybe the better way would be to make your own controls using GDI+ to have more control.