R
ryan
last week, I was assigned a task by PM to do a research on SmartDocument,
I am pretty fresh with that, then I got an excellent article from msdn that
introduce a cool feature of smartdocument -- adding an ActiveX control to a
smart document, here is the link:
http://msdn.microsoft.com/office/un...brary/en-us/dno2k3ta/html/odc_ofactivexsd.asp
After I accomplished the demo, Everything goes in good manner except one
thing that the ActiveX control
I just added caused my word 2003 sometimes!
Scenario: When I move the caret through these tags,the content of
taskpanel changed as well, however, when the ActiveX control was created and
disposed for several times (I guess Word would create and dispose the
control each time the control was shown and disapeared at the right panel),
My word crashed with a message box "some memory address can not be accessed
by application"!
In order to find out where the problem lies in on earth, I write another
ActiveX control "TreeViewEx" replaced the default Calendar control,
Unfortunatelly, My Word crashed more frequently than it used to be. Each
time when I try to replace the document selection with the current selected
item's text, then I got the terrible message.
Please told me what is wrong with my ActiveX control or SmartDocument?
thank you very much.
Ryan
I am pretty fresh with that, then I got an excellent article from msdn that
introduce a cool feature of smartdocument -- adding an ActiveX control to a
smart document, here is the link:
http://msdn.microsoft.com/office/un...brary/en-us/dno2k3ta/html/odc_ofactivexsd.asp
After I accomplished the demo, Everything goes in good manner except one
thing that the ActiveX control
I just added caused my word 2003 sometimes!
Scenario: When I move the caret through these tags,the content of
taskpanel changed as well, however, when the ActiveX control was created and
disposed for several times (I guess Word would create and dispose the
control each time the control was shown and disapeared at the right panel),
My word crashed with a message box "some memory address can not be accessed
by application"!
In order to find out where the problem lies in on earth, I write another
ActiveX control "TreeViewEx" replaced the default Calendar control,
Unfortunatelly, My Word crashed more frequently than it used to be. Each
time when I try to replace the document selection with the current selected
item's text, then I got the terrible message.
Please told me what is wrong with my ActiveX control or SmartDocument?
thank you very much.
Ryan