Limit File Open in Microsoft Word
-
Hi. Apologies for not knowing English language well. I develop an application (with VC++)that run Microsoft Office Word 2007 that open a doc file automatically. I want to prevent user file opening.In other word I want to limit user to can not see File Open window. But I don't know any idea to do that? If you can , please help me. Thanks a'lot.
-
Hi. Apologies for not knowing English language well. I develop an application (with VC++)that run Microsoft Office Word 2007 that open a doc file automatically. I want to prevent user file opening.In other word I want to limit user to can not see File Open window. But I don't know any idea to do that? If you can , please help me. Thanks a'lot.
I think if you are working with Word 2003 it is easy to handle this situation. Office 2007 has this ugly message box prompt when you try to open it programmatically. I had the same problem with Office 2007. Would nice to see if somebody has any solution. :cool:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
Hi. Apologies for not knowing English language well. I develop an application (with VC++)that run Microsoft Office Word 2007 that open a doc file automatically. I want to prevent user file opening.In other word I want to limit user to can not see File Open window. But I don't know any idea to do that? If you can , please help me. Thanks a'lot.
in VB.net we have command called as "shell" in that you can specify the minimized window, check for any VC++ alternative with this.. iam just giving you a clue because iam not much good at VC++
ZAK