Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Working with huge Floating Point Numbers Pin
Chris Losinger16-Feb-07 4:25
professionalChris Losinger16-Feb-07 4:25 
GeneralRe: Working with huge Floating Point Numbers Pin
Semion_N16-Feb-07 9:22
Semion_N16-Feb-07 9:22 
GeneralRe: Working with huge Floating Point Numbers Pin
Chris Losinger16-Feb-07 10:09
professionalChris Losinger16-Feb-07 10:09 
GeneralRe: Working with huge Floating Point Numbers Pin
Semion_N16-Feb-07 18:46
Semion_N16-Feb-07 18:46 
GeneralRe: Working with huge Floating Point Numbers Pin
Chris Losinger16-Feb-07 18:50
professionalChris Losinger16-Feb-07 18:50 
GeneralRe: Working with huge Floating Point Numbers Pin
Semion_N16-Feb-07 19:05
Semion_N16-Feb-07 19:05 
GeneralRe: Working with huge Floating Point Numbers Pin
Chris Losinger17-Feb-07 5:40
professionalChris Losinger17-Feb-07 5:40 
QuestionDeleteing Temp-Files Pin
e-DJ16-Feb-07 2:53
e-DJ16-Feb-07 2:53 
Hi all,

I use GetTempFileName() to create a temporary file. I fill this file with XML-Data and use ShellExecute to start Excel with my temporary file.
Now I want to delete this file again, since it was only temporary.
But...
When invoking DelteFile() directly after ShellExecute(), Excel says, that the file is not existent.
When waiting for some seconds after ShellExecute(), Execl runs well, but the file is not deleted, because Excel has it opened.
When not creating an XML-file, but a CSV-file instead, I can delete it immediately after ShellExecute()

So, how can I get rid of temporary files, that I have created in my Executable?

Juergen
QuestionRe: Deleteing Temp-Files Pin
David Crow16-Feb-07 2:57
David Crow16-Feb-07 2:57 
AnswerRe: Deleteing Temp-Files Pin
e-DJ2-Mar-07 0:04
e-DJ2-Mar-07 0:04 
GeneralRe: Deleteing Temp-Files Pin
David Crow2-Mar-07 2:37
David Crow2-Mar-07 2:37 
QuestionPostMessage and Send Message Pin
AKSIVAKUMAR16-Feb-07 2:02
AKSIVAKUMAR16-Feb-07 2:02 
QuestionRe: PostMessage and Send Message Pin
David Crow16-Feb-07 2:44
David Crow16-Feb-07 2:44 
AnswerRe: PostMessage and Send Message Pin
AKSIVAKUMAR18-Feb-07 20:13
AKSIVAKUMAR18-Feb-07 20:13 
QuestionRe: PostMessage and Send Message Pin
David Crow19-Feb-07 3:03
David Crow19-Feb-07 3:03 
AnswerRe: PostMessage and Send Message Pin
AKSIVAKUMAR19-Feb-07 18:06
AKSIVAKUMAR19-Feb-07 18:06 
QuestionRe: PostMessage and Send Message Pin
David Crow20-Feb-07 2:32
David Crow20-Feb-07 2:32 
AnswerRe: PostMessage and Send Message Pin
Kharfax16-Feb-07 8:04
Kharfax16-Feb-07 8:04 
GeneralRe: PostMessage and Send Message Pin
AKSIVAKUMAR18-Feb-07 20:44
AKSIVAKUMAR18-Feb-07 20:44 
Questionhow to initiate DMA to transfer a file in Bus master NIC from user application Pin
arun kumar spk16-Feb-07 1:40
arun kumar spk16-Feb-07 1:40 
AnswerRe: how to initiate DMA to transfer a file in Bus master NIC from user application Pin
kakan16-Feb-07 2:22
professionalkakan16-Feb-07 2:22 
QuestionAbout PostMessage Pin
brucerain16-Feb-07 1:31
brucerain16-Feb-07 1:31 
AnswerRe: About PostMessage Pin
Roger Stoltz16-Feb-07 1:58
Roger Stoltz16-Feb-07 1:58 
AnswerRe: About PostMessage Pin
Blake Miller16-Feb-07 12:09
Blake Miller16-Feb-07 12:09 
GeneralRe: About PostMessage Pin
brucerain17-Feb-07 2:14
brucerain17-Feb-07 2:14 

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.