具有多个对话框的 win32 Pocket PC UI
是否可以为 Pocket PC 开发具有多个对话框的 win32 UI 应用程序 我们需要根据用户输入显示每个对话框,并在当前对话框显示在窗口上时隐藏上一个对话框。
提前致谢
Is it possible to develop win32 UI application for Pocket PC with multiple dialogs
we need to display each dialog based on user input and hide previous dialog when current dialog is displayed on window.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,这听起来很像受支持的标准应用程序行为。唯一不支持的是 MDI。以编程方式,它的工作方式就像在桌面上一样,因此使用调用 CreateWindow 或 CreateDialog 将适用。
Sure, that sounds a lot like standard application behavior, which is supported. The only thing not supported is MDI. Programmatically it's going to work just like on the desktop, so examples using calls to CreateWindow or CreateDialog will be applicable.