Re: c# word automation. How to get or read value from a textbox on a word document
- From: "RobertK" <rob96762@xxxxxxxxx>
- Date: 16 Feb 2007 10:06:43 -0800
Heres my solution.
MSForms.TextBox tb =
(MSForms.TextBox)oDoc.InlineShapes[1].OLEFormat.Object;
tb.text will give the value I am looking for.
thanks Andrey and Kristijen
.
- References:
- c# word automation. How to get or read value from a textbox on a word document
- From: RobertK
- Re: c# word automation. How to get or read value from a textbox on a word document
- From: RobertK
- Re: c# word automation. How to get or read value from a textbox on a word document
- From: Kristijan Marin
- Re: c# word automation. How to get or read value from a textbox on a word document
- From: RobertK
- c# word automation. How to get or read value from a textbox on a word document
- Prev by Date: Re: Page break in MS Word where no paragraphs
- Next by Date: Re: Troubleshoot Outlook 2003 Add-in written in VSTO SE Deployment
- Previous by thread: Re: c# word automation. How to get or read value from a textbox on a word document
- Next by thread: Please: How to insert TextBox into MS Word or ...
- Index(es):