K
Koen
I have to create a word form but I want to use the control toolbox for the
form. Not the "regular formfields", because the appearence cannot be
customized like the "ocx controls" can.
The form has to be uploaded on an ASP.NET 2.0 website and the data has to be
extracted there. However I can't find a way to find the data that is entered
in the form fields. In VBA it is as simple as writing (in the ThisDocument
class module) eg:
MsgBox TextBox1.Text
.... but in C# with automation I can't fix it. VB.NET examples are fine as
well...
I am able to find the controls through the inlineshapes and fields
collections, but I can't find the values. I also don't wanna use VBA of any
kind because it might not work for everyone, or it could be disabled.
Also, if this is possible, is this approach for forms in word documents
compatible with Word 2000?
form. Not the "regular formfields", because the appearence cannot be
customized like the "ocx controls" can.
The form has to be uploaded on an ASP.NET 2.0 website and the data has to be
extracted there. However I can't find a way to find the data that is entered
in the form fields. In VBA it is as simple as writing (in the ThisDocument
class module) eg:
MsgBox TextBox1.Text
.... but in C# with automation I can't fix it. VB.NET examples are fine as
well...
I am able to find the controls through the inlineshapes and fields
collections, but I can't find the values. I also don't wanna use VBA of any
kind because it might not work for everyone, or it could be disabled.
Also, if this is possible, is this approach for forms in word documents
compatible with Word 2000?