Creating DLL to automate MSword
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is is possible to create DLL to automate MSword? I have done exe version and it works fine but when developing the dll, if(!WdocApp.CreateDispatch(_T("Word.Application"))) { AfxMessageBox(_T("Could Not Create The Application Object")); return false; } it is unable to createdispatch and exited ... y??? thks
-
Is is possible to create DLL to automate MSword? I have done exe version and it works fine but when developing the dll, if(!WdocApp.CreateDispatch(_T("Word.Application"))) { AfxMessageBox(_T("Could Not Create The Application Object")); return false; } it is unable to createdispatch and exited ... y??? thks