使用 Vb 6.0 右键单击​​ Dso Framer 控件的活动文档时隐藏或禁用 MS Word 弹出菜单

发布于 2024-07-30 14:51:42 字数 226 浏览 1 评论 0原文

我正在使用 Microsoft DSO Framer Control 在 Visual Basic 窗体中查看 Word 文档。

在 DSO Framer 控件中托管(打开)Word 文档后。

右键单击 Word 文档时,会出现 Ms word 上下文菜单。

我想隐藏这个弹出菜单。

任何人都可以帮我解决这个问题吗?

我正在等待解决方案。

I am using the Microsoft DSO Framer Control to view the word document in the Visual Basic Form.

After Hosting(Open) the Word Document in the DSO Framer Control.

While Right Click on the Word Document, Ms word Context Menu is Appearing.

I Want to Hide this Pop up Menu.

Can any One Help me out in this Problem.

I am Waiting for the Solution.

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

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

发布评论

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

评论(1

我是男神闪亮亮 2024-08-06 14:51:42

尝试实现 Application 对象的 BeforeRightClick 事件处理程序。
在这里你会得到取消标志。 检查如果将其设置为 true 会发生什么。

Try implementing BeforeRightClick event-handler of Application object.
Here you will get Cancel flag. Check what happens if you set it to true.

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