J
JMGonzalez
Hi
I'm having a problem when automating Word in office 2003 with c++ code.
I've pasted a picture from the clipboard and it is included in Inlineshapes.
The problem occurs when i try to convert this inlineshape into a shape with
the following code:
LPDISPATCH inlineShapeDisp = objInlineShapes->Item(1);
objInlineShape->AttachDispatch(inlineShapeDisp);
objInlineShape->ConvertToShape();
In the last line, an error window with no text appears. i would be grateful
if anyone could help me. Thanks in advance
I'm having a problem when automating Word in office 2003 with c++ code.
I've pasted a picture from the clipboard and it is included in Inlineshapes.
The problem occurs when i try to convert this inlineshape into a shape with
the following code:
LPDISPATCH inlineShapeDisp = objInlineShapes->Item(1);
objInlineShape->AttachDispatch(inlineShapeDisp);
objInlineShape->ConvertToShape();
In the last line, an error window with no text appears. i would be grateful
if anyone could help me. Thanks in advance