J
Joey Che
Hi
I have created a COM Add-In for Office 2003(word/excel/powerpoint).
It creats some menus in the main menu bar.
In excel/powerpoint,everything is ok.But in word, Sometimes the offic
API which be invoked by the Com Add-In doesn't work ,such as th
following method,
inline _bstr_t Office::CommandBarButton::GetCaption()
and the output panel of visual studio 2003 will appear a erro
message:
First-chance exception at 0x77e55dea in WINWORD.EXE: Microsoft C+
exception: _com_error @ 0x0012e57c
Do anyone ever meet this kind of problem? Pls share your experienc
with me,any help is appreciated!
Thank
I have created a COM Add-In for Office 2003(word/excel/powerpoint).
It creats some menus in the main menu bar.
In excel/powerpoint,everything is ok.But in word, Sometimes the offic
API which be invoked by the Com Add-In doesn't work ,such as th
following method,
inline _bstr_t Office::CommandBarButton::GetCaption()
and the output panel of visual studio 2003 will appear a erro
message:
First-chance exception at 0x77e55dea in WINWORD.EXE: Microsoft C+
exception: _com_error @ 0x0012e57c
Do anyone ever meet this kind of problem? Pls share your experienc
with me,any help is appreciated!
Thank