Checkbox in Word XP

  • Thread starter Thread starter Mattias Thuresson
  • Start date Start date
M

Mattias Thuresson

I have checkbox in a word document that I want to be able to check aand
uncheck from my C#-app.
How do I do that in a good way ?

Regards.
Mattias Thuresson
 
G'day "Mattias Thuresson" <[email protected]>,

Select it with the mouse?


Mattias Thuresson said:
I have checkbox in a word document that I want to be able to check aand
uncheck from my C#-app.
How do I do that in a good way ?

Regards.
Mattias Thuresson

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
Email (e-mail address removed)
Products http://www.geocities.com/word_heretic/products.html

Replies offlist may require payment.
 
Hi Mattias,
I have checkbox in a word document that I want to be able to check aand
uncheck from my C#-app.
How do I do that in a good way ?
Depends on what kind of checkbox it is? How did you insert it into the
document?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
 
Hi Cindy,
I used the 'Control' toolbox and added it from there.

Mattias Thuresson
 
Hi Mattias,
I used the 'Control' toolbox and added it from there.
OK, you'll find a general discussion, from a VB(A) POV, on
how to address ActiveX controls embedded in Word docs at

http://msdn.microsoft.com/library/default.asp?url=/library/
en-us/dnword2k2/html/odc_activeX.asp

Basically, you have the choice of use the document object
or the Shapes (or InlineShapes) collection to pick up the
control.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Sep 30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:-)
 
Back
Top