Reading textbox value from MS Word using .NET

  • Thread starter Thread starter asgars
  • Start date Start date
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.
 
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?
 
Back
Top