The post is to give some information on ActiveXControls in Office document.An ActiveX control can be added,say in a Word document from the Controls tag,in the developer ribbon.This can also be done from the packaging structure.for example if a text box is to be included in the document,in 'document.xml',include this part of xml in the location you want the control to appear,
<w:p>
Could someone provide instructions or an example of how to add an ActiveX control in an Office Document where the control has its own XML schema -- i.e. the properties of the control are saved as an XML file/stream rather than name/value pairs in a persistPropertyBag. We tried adding a name/value pair where the name was xmlProperties and the value was an encoded version of the XML properties. This works, but seems ugly. Is it possible to make the XML properties of a control a separate part in the package that is a child to the XML part for the control itself, sort of how a PNG image is a child part of a vmlDrawing.vml part? If yes, how does the control get access to read and write its property part in the package?
Thanks,
Geoff