Plugins for MS Office, Internet explorer using C#
-
Hi, Please let me know if there are any good books to start with plugins for MS office, Outlook, IE etc using C#? I loking into few links on MSDN but wanted to see if anyone has some pointers on it? Appreciated Thanks Vikas
Hi Vikas, If you are looking to Office addins in .Net (i.e., VS2005) then look for VSTO (Visual Studio Tools for Office). Below are few links which will help you in understanding the concept of VSTO http://msdn2.microsoft.com/en-us/office/aa905543.aspx[ target="_blank" title="New Window">^] http://msdn2.microsoft.com/hi-in/magazine/cc163403(en-us).aspx[^] http://www.wrox.com/WileyCDA/WroxTitle/productCd-0471788139.html[^] Hope this helps :).
Regards, John Adams ComponentOne LLC
-
Hi Vikas, If you are looking to Office addins in .Net (i.e., VS2005) then look for VSTO (Visual Studio Tools for Office). Below are few links which will help you in understanding the concept of VSTO http://msdn2.microsoft.com/en-us/office/aa905543.aspx[ target="_blank" title="New Window">^] http://msdn2.microsoft.com/hi-in/magazine/cc163403(en-us).aspx[^] http://www.wrox.com/WileyCDA/WroxTitle/productCd-0471788139.html[^] Hope this helps :).
Regards, John Adams ComponentOne LLC
-
Hi, Please let me know if there are any good books to start with plugins for MS office, Outlook, IE etc using C#? I loking into few links on MSDN but wanted to see if anyone has some pointers on it? Appreciated Thanks Vikas
most of the pluging application uses COM as underlying technology , C# make it quite easy to use the plugin in any other applicaiton , there are lot of book avaliable on pluging but most of them uses sample code in C++ or VB, you get the concept from there and can implement the same using C# sementic which are quite simple as compared to COM in C++ Regards, Sunil Tonger