how can I Create an Office plugin?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I wana to make an office plugin to call external program to do something with open document. Please someone tell me where I most start? :doh: Iman Ghasrfakhri
-
Hi I wana to make an office plugin to call external program to do something with open document. Please someone tell me where I most start? :doh: Iman Ghasrfakhri
1)If you want to write plug-in, then you need to make specially COM dll, with CoClass that implement IDTExtensibility2 and (I seems) IDTCommandTarget and some else 2)You can write application that automate Office, use Ole automation. Try to see #import directive help some interesting you may find http://www.codeproject.com/com/xoffice.asp[^]