使用 Vb 6.0 右键单击 Dso Framer 控件的活动文档时隐藏或禁用 MS Word 弹出菜单
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试实现 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.