Checkbox in Word XP

  • Thread starter Mattias Thuresson
  • 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
 
W

Word Heretic

C

Cindy Meister -WordMVP-

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 :)
 
M

Mattias Thuresson

Hi Cindy,
I used the 'Control' toolbox and added it from there.

Mattias Thuresson
 
C

Cindy M -WordMVP-

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
:)
 
Top