停用自定义表单的 Outlook 窗口
我目前正在编写一个加载项,当发生特定操作时,会出现一个弹出选择框。我希望用户在做出选择或取消弹出窗口之前无法继续使用 Outlook。
我知道如何为基于静态 Windows 表单的应用程序执行此操作,但似乎遇到了困难并且答案很少(我的 google-fu 现在没有提出任何建议)。
一如既往地欢迎建议和帮助, 拉里
I'm currently writing an add-in where a pop-up box of choices appears when a certain action takes place. I'd like to make it so that the user can't continue in Outlook until they've either made a choice or cancelled the pop-up window.
I know how to do this for a static windows form-based application but seem to be running into difficulty and few answers (my google-fu is not coming up with anything right now).
Advice and assistance are welcome as always,
Larry
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
调用
ShowDialog()
。Call
ShowDialog()
.