i am able to create the wordapp and openthe document but further things like compare word document content and not able to.... plz help me
Code:
// Create an instance of Word
if (!objWordApp.CreateDispatch("Word.Application"))
{
SendMessage(m_pFRMgr->m_hActiveDlg,WM_TR_READ,0,(LONG)(LPCSTR)m_pFRMgr->m_strErrMsg);
}
objWordApp.SetVisible(FALSE);