在 C# 中将选定的文本操作作为 Word AddIn
我想要一个 Word 2007+ AddIn(在 C# 中),在选择文本并单击鼠标右键后显示一个带有我自己的项目的弹出菜单,单击此项目后我可以在事件中使用所选文本作为字符串处理程序。
拜托,我对插件开发完全陌生。这两件事该怎么做?
I'd like to have a Word 2007+ AddIn (in C#) which after selecting text and the right mouse click shows a pop-up menu with MY OWN Item and after clicking this Item I can use the selected text as string in the event handler.
Please, I am completely new to the AddIn development. How to do that two things?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您更喜欢 VBA 还是 C#?两者都是可行的选择。不过,我要说的是,VBA 是一种更轻量级的解决方案。可以找到一个很好的 VBA 示例
此处 和一个漂亮的 C# 示例 此处。希望有帮助。
Would you prefer VBA or C#? Both are viable options. I will say however, VBA is a more lightweight solution. A good VBA example can be found
here and a beautiful C# example here. Hope that helps.