In word automation, how to get synonyms list开发者_高级运维 through ms word using c# language. please advice me.Use SynonymInfo Object
I am currently trying to change some settings in a .pptx files via C# and Microsoft.Office.Interop.PowerPoint. I have some .wmv movies linked on several slides of the presentation. At the time the pre
I have a program that will take the files in a directory and upload them to a server.If the file is a Word File, I would then like to detect if the file is open in word / excel etc.If it is 开发者_JAV
Ruby version 1.9.1p430 running on W7 with Office 2010. I am trying to catch the DocumentBeforeClose event but I cannot even get close to get it to work!
I have to open up MSProject file from a different Sharepoint site and ensure that all the task开发者_如何学运维s are read from the file and bound to ASP.NET Grid.
I have2 Excel sheets (using Excel 2007) Excel sheet1with column names 开发者_开发知识库 name kumar
I know PowerPoint has an API like Excel and word.Is there anyway to开发者_开发知识库 generate a timeline roadmap programatically (I have a list of milestones and dates from a database)?
i have some VB that uses DAO to grab some data, one field being a date field (as in date of a transaction). its not date/time, just simply date like dd/mm/yyyy.
I want 开发者_高级运维to add watermark to powerpoint file from c# by using powerpoint object library but I could not find any example/documentation which explains how to do it.
I know that the web is full of questions like this one, but I still haven\'t been able to apply the answers I can find to my situation.