Reading textbox value from MS Word using .NET

A

asgars

hi,

i am trying to read the values of controls (like textbox, checkbox,
combobox etc) which are embedded in a MS Word document into my
application interface using .net.

Is this possible? Please guide me how to implement this.

Thanks in advance.
 
N

Nicholas Paldino [.NET/C# MVP]

Yes, it is, but you will have to access the document model using
automation. Are you doing that already? If so, what do you have?

Also, have you looked at the Controls collection exposed by the
Document?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top