C# Office Addins
-
Can anybody please help on a problem I am having? My problem is that I need to be able to get the name of the application that my AddIn has been loaded into (Word, Excel etc.). I assume I use the application object that gets passed into the OnConnection method, but I am unsure how to get the reference to the "Name" property. Does anybody have any samples or references that might help me in my endeavours?
Have a look at my website: http://www.chrisormerod.cjb.net
-
Can anybody please help on a problem I am having? My problem is that I need to be able to get the name of the application that my AddIn has been loaded into (Word, Excel etc.). I assume I use the application object that gets passed into the OnConnection method, but I am unsure how to get the reference to the "Name" property. Does anybody have any samples or references that might help me in my endeavours?
Have a look at my website: http://www.chrisormerod.cjb.net
Chris Ormerod wrote: Does anybody have any samples or references that might help me in my endeav Hi Chris, There are lot of references / articles on msdn on how to go about writing addins using managed code. For starting take a look at this Creating Office Managed COM Add-Ins with Visual Studio .NET[^] Also have a look at this [^] article, which might help you with your specific problem. Hope this helps. Cheers Kannan