我正在使用Visual Studio 2010創建VSTO Word 2007 C#插件。我想將控件添加到Word的快速訪問工具欄(QAT),以便用戶意識到這些控件顯示的功能(它們會替換內置的Word功能,即撤消/重做。)我使用功能區XML自定義功能區,因此爲了將控制添加到QAT,我必須使用<ribbon startFromScratch="true">。不幸的是,這樣做會使用戶無法通過添加他們希
我從書上執行的代碼在Excel using System;
使用System.Data創建自定義操作窗格; using System.Drawing;使用System.Windows.Forms的 ; using Microsoft.VisualStudio.OfficeTools.Interop.Runtime; using Excel = Microsoft.Office.Interop.
我試圖在我的Web服務器上安裝Microsoft Office的Interop Assemblies, 以供從我的站點讀取Word文檔。 我可以只安裝組件嗎? 或者唯一的辦法是安裝辦公套件? 例外: Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, P