禁用或隐藏保存/打印预览对话框弹出窗口

发布于 2024-07-24 14:08:08 字数 163 浏览 5 评论 0原文

我正在使用放置在 winform 上的 ActiveX 控件。 我希望当用户尝试保存或打印时,它总是会首先显示一个对话框; 我想要么立即关闭该对话框,要么首先阻止它显示。

有问题的控件不会引发任何事件让我知道他们按下了什么按钮,因此我无法通过查找“on_print”通知来真正取消它。

I'm working with an ActiveX control placed on a winform. I'd when the user tries to save or print, it will always show a dialog box first; I'd like to either immediately close the dialog box or keep it from displaying in the first place.

The control in question does not raise any events that would let me know what button they pushed, so I can't really cancel it out by looking for an "on_print" notification.

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

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

发布评论

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

评论(1

唔猫 2024-07-31 14:08:08

我最终只是在处理 WM_ENTERIDLE 时通过 SendKey() 发送转义,这完成了工作。 肮脏的黑客,但它有效。

I ended up just sending escape via SendKey() whenever WM_ENTERIDLE was processed and that did the job. Dirty hack, but it worked.

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