Click here to Skip to main content
15,881,248 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How does this template work Pin
Richard MacCutchan28-Apr-10 3:40
mveRichard MacCutchan28-Apr-10 3:40 
GeneralRe: How does this template work Pin
Cedric Moonen28-Apr-10 3:58
Cedric Moonen28-Apr-10 3:58 
GeneralRe: How does this template work Pin
Richard MacCutchan28-Apr-10 5:41
mveRichard MacCutchan28-Apr-10 5:41 
AnswerRe: How does this template work Pin
hanq_3891013027-Apr-10 21:00
hanq_3891013027-Apr-10 21:00 
QuestionSetup and Deplyment Project : Running external exe Pin
TechAvtar27-Apr-10 19:55
TechAvtar27-Apr-10 19:55 
AnswerRe: Setup and Deplyment Project : Running external exe Pin
hanq_3891013027-Apr-10 21:12
hanq_3891013027-Apr-10 21:12 
GeneralRe: Setup and Deplyment Project : Running external exe Pin
TechAvtar27-Apr-10 22:58
TechAvtar27-Apr-10 22:58 
QuestionExcel Open Pin
rdop27-Apr-10 19:45
rdop27-Apr-10 19:45 
Hi Forums

I am try to open Excel Protected workbook.I know how to open excel through microsoft office automation.
Excel::_ApplicationPtr pApplication;
Excel::_WorkbookPtr pBook;
HRESULT hr;
_variant_t	varOption( (long) DISP_E_PARAMNOTFOUND, VT_ERROR);
 CoInitializeEx(NULL,COINIT_MULTITHREADED);
hr = pApplication.CreateInstance(__uuidof(Excel::Application));
if (FAILED(hr) )
{
   return 0;
}
pBook = pApplication->Workbooks->Open( (_bstr_t)fileNameopen,varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption, varOption );


Through this code i am eable to open ecxel Unprotected.But i have protected excel file then excel file ask password.So Can i remove password or get password?
I cann't use third party tool.Please advice me what i do? if any dll available then please give me link.
QuestionRe: Excel Open Pin
CPallini27-Apr-10 20:30
mveCPallini27-Apr-10 20:30 
AnswerRe: Excel Open Pin
rdop27-Apr-10 20:50
rdop27-Apr-10 20:50 
GeneralRe: Excel Open Pin
CPallini27-Apr-10 21:14
mveCPallini27-Apr-10 21:14 
GeneralRe: Excel Open Pin
rdop27-Apr-10 21:54
rdop27-Apr-10 21:54 
AnswerRe: Excel Open Pin
Game-point28-Apr-10 17:01
Game-point28-Apr-10 17:01 
GeneralRe: Excel Open Pin
rdop29-Apr-10 18:51
rdop29-Apr-10 18:51 
QuestionRight-Click Menu on ListView / Win32 Pin
Fareed Rizkalla27-Apr-10 16:35
Fareed Rizkalla27-Apr-10 16:35 
AnswerRe: Right-Click Menu on ListView / Win32 Pin
Saurabh.Garg27-Apr-10 17:38
Saurabh.Garg27-Apr-10 17:38 
GeneralRe: Right-Click Menu on ListView / Win32 Pin
Fareed Rizkalla27-Apr-10 18:30
Fareed Rizkalla27-Apr-10 18:30 
GeneralRe: Right-Click Menu on ListView / Win32 Pin
Saurabh.Garg27-Apr-10 18:44
Saurabh.Garg27-Apr-10 18:44 
QuestionRe: Right-Click Menu on ListView / Win32 Pin
David Crow28-Apr-10 3:53
David Crow28-Apr-10 3:53 
QuestionHiding C++ Class implementation in a DLL Pin
Maikeru200027-Apr-10 14:25
Maikeru200027-Apr-10 14:25 
AnswerRe: Hiding C++ Class implementation in a DLL Pin
Saurabh.Garg27-Apr-10 15:49
Saurabh.Garg27-Apr-10 15:49 
AnswerRe: Hiding C++ Class implementation in a DLL Pin
Stuart Dootson27-Apr-10 20:56
professionalStuart Dootson27-Apr-10 20:56 
GeneralRe: Hiding C++ Class implementation in a DLL Pin
Maikeru200028-Apr-10 6:01
Maikeru200028-Apr-10 6:01 
QuestionAnybody experienced with JumpLists on Windows 7 Pin
Fareed Rizkalla27-Apr-10 11:43
Fareed Rizkalla27-Apr-10 11:43 
AnswerRe: Anybody experienced with JumpLists on Windows 7 Pin
Saurabh.Garg27-Apr-10 15:52
Saurabh.Garg27-Apr-10 15:52 

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.