A
Alan-Lee Perkins
I try to Save a new file with OLE ( Visual C++ 6.0)
but i have problems with the parameters :
CString sTmp;
COleVariant VOptional((long)DISP_E_PARAMNOTFOUND, VT_ERROR);
sTmp = "C:\\tmp\\document1.doc";
m_WordDocument.SaveAs ( sTmp, VOptional, VOptional, VOptional, VOptional,
VOptional, VOptional, VOptional,
VOptional, VOptional, VOptional,
VOptional, VOptional, VOptional,
VOptional, VOptional );
whats wrong with my parameters ?
maybe you can send me a example for it... ( Word59 / 2k and XP )
Alan-Lee
but i have problems with the parameters :
CString sTmp;
COleVariant VOptional((long)DISP_E_PARAMNOTFOUND, VT_ERROR);
sTmp = "C:\\tmp\\document1.doc";
m_WordDocument.SaveAs ( sTmp, VOptional, VOptional, VOptional, VOptional,
VOptional, VOptional, VOptional,
VOptional, VOptional, VOptional,
VOptional, VOptional, VOptional,
VOptional, VOptional );
whats wrong with my parameters ?
maybe you can send me a example for it... ( Word59 / 2k and XP )
Alan-Lee