R
Roman F.
Hi,
I am trying to programmatically read (using C#) the value of a checkbox
located within a Word 2003(SP1) document. It appears that the checkbox had
been created with the Control Toolbar (as opposed to Forms); as a result,
Document.FormFields collection is empty. I believe that I need to be somehow
utilizing the Shapes collection to access it (there are white "handles"
around the checkbox), however, so far I've been unable to find a way to see
if the checkbox is checked or not.
Any help would be appreciated.
Thanks,
Roman
I am trying to programmatically read (using C#) the value of a checkbox
located within a Word 2003(SP1) document. It appears that the checkbox had
been created with the Control Toolbar (as opposed to Forms); as a result,
Document.FormFields collection is empty. I believe that I need to be somehow
utilizing the Shapes collection to access it (there are white "handles"
around the checkbox), however, so far I've been unable to find a way to see
if the checkbox is checked or not.
Any help would be appreciated.
Thanks,
Roman