insert controls in word document with .net 2005

  • Thread starter Waldofrido_Astolfo
  • Start date
W

Waldofrido_Astolfo

i'm with vsto 2005 problems.
i want to add checkboxes and radiobuttons in a word document using
action pane or from windows form, but when i use:
Globals.ThisDocument.Controls.AddRadioButton(...); or CheckBox, for
example, these controls are added from my document, but when i save it,
and i open it, the controls are not inserted in the document.

how can I add controls in word document, or how I save a word document
with these controls, for the controls really be in my document? and how
can i search entire document for these components? (i want to insert
controls in word doc, and i want to search it for to verify if each
component is checked or not.)

i'm sorry, i'm brazilian and i don't write very well.
please, can anybody help me?
 

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