1
我正在開發VSTO應用程序。在某些時候,我創建了一個圖像,我想將其顯示給用戶。
我的問題:VSTO在outlook中插入word,excel,power-point和郵件附件圖片
- 如何將該圖像插入word文檔。
- 如何將該圖像插入到活動 excel表格中。
- 如何將該圖像插入到Power-Point中的新幻燈片中。
- 如何在outlook中將該圖像作爲附件插入郵件中。
更新:我曾嘗試
一個字WordApp.ActiveDocument.Shapes.AddPicture(fileFullPath, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing, ref missing);
,它的工作。
爲Excel我有HRESULT: 0x800A03EC Error
來吧......你知道StackOverflow規則...你試過了什麼? :] –
@KazJaw謝謝..我已經更新了我的問題 –
有人至少可以幫助我在前景? –