Click here to Skip to main content
15,884,810 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to pass arguments to createproces() function Pin
CPallini2-Oct-09 2:44
mveCPallini2-Oct-09 2:44 
QuestionRe: how to pass arguments to createproces() function Pin
David Crow2-Oct-09 2:21
David Crow2-Oct-09 2:21 
AnswerRe: how to pass arguments to createproces() function Pin
Michael Schubert2-Oct-09 2:33
Michael Schubert2-Oct-09 2:33 
GeneralRe: how to pass arguments to createproces() function Pin
Cedric Moonen2-Oct-09 2:51
Cedric Moonen2-Oct-09 2:51 
QuestionCloning Dialogs in VS2005 Pin
Grahamfff2-Oct-09 0:13
Grahamfff2-Oct-09 0:13 
AnswerRe: Cloning Dialogs in VS2005 Pin
Cedric Moonen2-Oct-09 1:00
Cedric Moonen2-Oct-09 1:00 
GeneralRe: Cloning Dialogs in VS2005 Pin
Grahamfff2-Oct-09 1:33
Grahamfff2-Oct-09 1:33 
Questionautomation with excel want to save file Pin
prithaa1-Oct-09 23:54
prithaa1-Oct-09 23:54 
Hello,

I have a code to open an excel file , add a chart and want to save the chart with the file. Opening file adding chart is done but for saving the file is not saved directly it asks for changes

_Workbook newBook;

newBook.Save(); // this save doesnt work
// i have to write the SaveAs
newBook.SaveAs(COleVariant("d:\\wip4.csv"),vOpt,vOpt,
vOpt,vOpt,vOpt,0,vOpt,vOpt,vOpt,vOpt,vOpt);

How should I save the changes to file ?


Pritha
QuestionRe: automation with excel want to save file Pin
David Crow2-Oct-09 2:23
David Crow2-Oct-09 2:23 
AnswerRe: automation with excel want to save file Pin
prithaa2-Oct-09 7:41
prithaa2-Oct-09 7:41 
AnswerRe: automation with excel want to save file Pin
enhzflep2-Oct-09 4:43
enhzflep2-Oct-09 4:43 
QuestionHow to use message queue in CCmdTarget Derived class? Pin
dehseth1-Oct-09 23:33
dehseth1-Oct-09 23:33 
QuestionHow to know which particular user has fired log-off? Pin
Kushagra Tiwari1-Oct-09 20:57
Kushagra Tiwari1-Oct-09 20:57 
QuestionRe: How to know which particular user has fired log-off? Pin
David Crow2-Oct-09 2:27
David Crow2-Oct-09 2:27 
AnswerRe: How to know which particular user has fired log-off? Pin
Kushagra Tiwari2-Oct-09 2:49
Kushagra Tiwari2-Oct-09 2:49 
QuestionSTL:: MAP<char> Data Structure Used</char> Pin
Anil Kumar.Arvapalli1-Oct-09 16:33
Anil Kumar.Arvapalli1-Oct-09 16:33 
AnswerRe: STL:: MAP Data Structure Used Pin
theCPkid1-Oct-09 16:55
theCPkid1-Oct-09 16:55 
AnswerRe: STL:: MAP Data Structure Used Pin
TimothyPMoore1-Oct-09 17:18
TimothyPMoore1-Oct-09 17:18 
AnswerRe: STL:: MAP Data Structure Used Pin
Stuart Dootson1-Oct-09 22:25
professionalStuart Dootson1-Oct-09 22:25 
AnswerRe: STL:: MAP Data Structure Used Pin
Stephen Hewitt2-Oct-09 2:42
Stephen Hewitt2-Oct-09 2:42 
QuestionFull Screen videa and Splash Screen confliction Pin
ScotDolan1-Oct-09 10:17
ScotDolan1-Oct-09 10:17 
AnswerRe: Full Screen videa and Splash Screen confliction Pin
theCPkid1-Oct-09 17:05
theCPkid1-Oct-09 17:05 
GeneralRe: Full Screen videa and Splash Screen confliction Pin
ScotDolan2-Oct-09 9:58
ScotDolan2-Oct-09 9:58 
Questionvc++ list problem Pin
Nikz21-Oct-09 6:51
Nikz21-Oct-09 6:51 
AnswerRe: vc++ list problem Pin
CPallini1-Oct-09 7:10
mveCPallini1-Oct-09 7:10 

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.