A
Ahmad Jalil Qarshi
hi!
i have an activeX control for MS Word. this activeX control has few
properties including an object as a property. i create this inner object
when the ActiveX control is inserted into Word. i.e in the InitNew function.
then i store some data into this Inner object's property. I press save
button but when i go to close the document, it again ask me "Do you want to
save Doc4". if i click yes. document is closed but when i check the contents
of Inner object in DocFile Viewer. its empty.
i don't know why it happens.
furthermore if i reopen a document which contains my ActiveX control. how
can i get the data from inner Object's property.
i m using VC7.1 ,ATL COM
Ahmad Jalil Qarshi
i have an activeX control for MS Word. this activeX control has few
properties including an object as a property. i create this inner object
when the ActiveX control is inserted into Word. i.e in the InitNew function.
then i store some data into this Inner object's property. I press save
button but when i go to close the document, it again ask me "Do you want to
save Doc4". if i click yes. document is closed but when i check the contents
of Inner object in DocFile Viewer. its empty.
i don't know why it happens.
furthermore if i reopen a document which contains my ActiveX control. how
can i get the data from inner Object's property.
i m using VC7.1 ,ATL COM
Ahmad Jalil Qarshi