Click here to Skip to main content
16,021,997 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
Iain Clarke, Warrior Programmer23-Mar-09 22:50
Iain Clarke, Warrior Programmer23-Mar-09 22:50 
QuestionRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
salimhassan24-Mar-09 3:05
salimhassan24-Mar-09 3:05 
AnswerRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
Iain Clarke, Warrior Programmer24-Mar-09 3:08
Iain Clarke, Warrior Programmer24-Mar-09 3:08 
QuestionRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
salimhassan24-Mar-09 4:25
salimhassan24-Mar-09 4:25 
AnswerRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
Iain Clarke, Warrior Programmer24-Mar-09 5:23
Iain Clarke, Warrior Programmer24-Mar-09 5:23 
GeneralRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
salimhassan25-Mar-09 1:56
salimhassan25-Mar-09 1:56 
GeneralRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
Iain Clarke, Warrior Programmer25-Mar-09 2:35
Iain Clarke, Warrior Programmer25-Mar-09 2:35 
GeneralRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
salimhassan25-Mar-09 2:51
salimhassan25-Mar-09 2:51 
Yeah After working so hard on this, I finally feel that I need to go for the automation instead of this Hunting Handle for the DIALOG.. Its not a good solution.. Any ways I am having hell lot of problems in that too.

I am facing prob for _Application object. as suggested by David I am trying for that too.

_Application app;
app.CreateDispatch("Word.Application");
Documents docs = app.GetDocuments();
_Document doc = docs.Open(strFile, vtOptional, vtOptional, vtOptional, strPassword,vtOptional, vtOptional, vtOptional, vtOptional,vtOptional, vtOptional, vtOptional);

finally nothing worked as I was stucked with the _Application class.

Got errors
error C2065: '_Application' : undeclared identifier

I selected classes _Application, _Document, Documents, Bookmarks, Bookmark, Range and Selection..
Project->add class->MFC Class From TypeLib->(from available type classes selected the one for the word). then selected the above mentioned classes.

Is thre any other way to do this . I am using Visual Studio 2008 .NET version.

I completely bugged with this as i tied to develop a tool to reduce my burden of opening files, instead its eating hell lot of my time and brain.
Blush | :O
AnswerRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
David Crow25-Mar-09 2:48
David Crow25-Mar-09 2:48 
GeneralRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
salimhassan25-Mar-09 2:58
salimhassan25-Mar-09 2:58 
QuestionRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
David Crow23-Mar-09 4:06
David Crow23-Mar-09 4:06 
AnswerRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
skamaal23-Mar-09 6:09
skamaal23-Mar-09 6:09 
GeneralRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
David Crow24-Mar-09 4:57
David Crow24-Mar-09 4:57 
GeneralRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
salimhassan24-Mar-09 6:31
salimhassan24-Mar-09 6:31 
QuestionRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
David Crow24-Mar-09 6:47
David Crow24-Mar-09 6:47 
AnswerRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
salimhassan24-Mar-09 6:54
salimhassan24-Mar-09 6:54 
GeneralRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
David Crow24-Mar-09 7:03
David Crow24-Mar-09 7:03 
GeneralRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
salimhassan24-Mar-09 21:21
salimhassan24-Mar-09 21:21 
QuestionRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
David Crow25-Mar-09 2:51
David Crow25-Mar-09 2:51 
AnswerRe: Ho do I Give a password to a password protected word file through my VC++ GUI ? Pin
salimhassan25-Mar-09 3:12
salimhassan25-Mar-09 3:12 
QuestionC/C++, doubt on Friend function Pin
Pankaj D.Dubey23-Mar-09 3:11
Pankaj D.Dubey23-Mar-09 3:11 
AnswerRe: C/C++, doubt on Friend function Pin
Cedric Moonen23-Mar-09 3:23
Cedric Moonen23-Mar-09 3:23 
AnswerRe: C/C++, doubt on Friend function Pin
Eytukan23-Mar-09 3:39
Eytukan23-Mar-09 3:39 
AnswerRe: C/C++, doubt on Friend function Pin
«_Superman_»23-Mar-09 5:08
professional«_Superman_»23-Mar-09 5:08 
QuestionC# - bmp to jpg Pin
matty2desmara23-Mar-09 2:47
matty2desmara23-Mar-09 2:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.