具有多个对话框的 win32 Pocket PC UI

发布于 2024-10-06 06:40:57 字数 102 浏览 14 评论 0原文

是否可以为 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 技术交流群。

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

发布评论

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

评论(1

夏至、离别 2024-10-13 06:40:57

当然,这听起来很像受支持的标准应用程序行为。唯一不支持的是 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.

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