Answered by:
Help Manipulating Office 2003 Word Autoshapes using C#

Question
-
Can anyone provide details to show how Autoshapes creation/resize (Word Office 2003)etc can be automated using C# (.Net framework 2.0). It will be great if anybody can provide urls and code samples for the same. I am new to word automation.
Thanks in Advance,
RajeevFriday, February 6, 2009 4:41 AM
Answers
-
Hi Rajeev,
Thank you for your question. This forum is specifically for questions related to the Open Protocol Specifications Documentation. In this case, the [MS-DOC] Word Binary File Format Specification, http://msdn.microsoft.com/en-us/library/cc313153.aspx
Since your specific request pertains to Office Word Automation samples and HowTo, the following forums and newsgroups are targeted at automating Office using the .NET Framework and are good places for future questions on Office Automation:
Visual Studio Tools for Office forum, http://social.msdn.microsoft.com/Forums/en-US/vsto/threads/
Office Automation Newsgroup, http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.office.developer.automation&lang=en&cr=US
Working with the Office Primary Interop Assemblies (PIA) Newsgroup, http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.officedev&lang=en&cr=US
Automation and Object Model references:
Word Object model with sample code, http://msdn.microsoft.com/en-us/library/kw65a0we(VS.80).aspx
Word Automation with C#, http://www.c-sharpcorner.com/UploadFile/amrish_deep/WordAutomation05102007223934PM/WordAutomation.aspx
Regards,
Mark Miller
Escalation Engineer
US-CSS DSC PROTOCOL TEAM
- Proposed as answer by Mark Miller 01011001 01101111Moderator Friday, February 6, 2009 4:41 PM
- Marked as answer by Dominic Salemno MSFT Friday, February 6, 2009 6:17 PM
Friday, February 6, 2009 4:40 PMModerator
All replies
-
Hi Rajeev,
Thank you for your question. This forum is specifically for questions related to the Open Protocol Specifications Documentation. In this case, the [MS-DOC] Word Binary File Format Specification, http://msdn.microsoft.com/en-us/library/cc313153.aspx
Since your specific request pertains to Office Word Automation samples and HowTo, the following forums and newsgroups are targeted at automating Office using the .NET Framework and are good places for future questions on Office Automation:
Visual Studio Tools for Office forum, http://social.msdn.microsoft.com/Forums/en-US/vsto/threads/
Office Automation Newsgroup, http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.office.developer.automation&lang=en&cr=US
Working with the Office Primary Interop Assemblies (PIA) Newsgroup, http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.officedev&lang=en&cr=US
Automation and Object Model references:
Word Object model with sample code, http://msdn.microsoft.com/en-us/library/kw65a0we(VS.80).aspx
Word Automation with C#, http://www.c-sharpcorner.com/UploadFile/amrish_deep/WordAutomation05102007223934PM/WordAutomation.aspx
Regards,
Mark Miller
Escalation Engineer
US-CSS DSC PROTOCOL TEAM
- Proposed as answer by Mark Miller 01011001 01101111Moderator Friday, February 6, 2009 4:41 PM
- Marked as answer by Dominic Salemno MSFT Friday, February 6, 2009 6:17 PM
Friday, February 6, 2009 4:40 PMModerator -
Hi Mark,
Apologies for posting this here.
Thanks for the inputs. I will check those from the provided URLS.
RajeevSaturday, February 7, 2009 8:12 AM