Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Microsoft DSO Framer 控件来查看 Visual Basic 窗体中的 word 文档。
在 DSO Framer 控件中托管(打开)Word 文档之后。
右键单击 Word 文档时,会出现 Ms word 上下文菜单。
我想隐藏这个弹出菜单。
任何人都可以帮助我解决这个问题。
我正在等待解决方案。
尝试实现 Application 对象的 BeforeRightClick 事件处理程序。在这里你会得到取消标志。检查如果将其设置为 true 会发生什么。