Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Extended Style not shown Pin
Chilli717-Jun-07 19:52
Chilli717-Jun-07 19:52 
Questionpls help me Pin
saisp7-Jun-07 18:18
saisp7-Jun-07 18:18 
GeneralRe: pls help me Pin
thammadi7-Jun-07 18:42
thammadi7-Jun-07 18:42 
GeneralRe: pls help me Pin
saisp7-Jun-07 18:49
saisp7-Jun-07 18:49 
AnswerRe: pls help me Pin
Hamid_RT7-Jun-07 19:23
Hamid_RT7-Jun-07 19:23 
AnswerRe: pls help me Pin
Chilli717-Jun-07 19:26
Chilli717-Jun-07 19:26 
GeneralRe: pls help me Pin
Chilli717-Jun-07 19:40
Chilli717-Jun-07 19:40 
GeneralRe: pls help me Pin
saisp7-Jun-07 20:18
saisp7-Jun-07 20:18 
QuestionRe: pls help me Pin
David Crow8-Jun-07 2:20
David Crow8-Jun-07 2:20 
QuestionHow to activate intellisense in C/C++ Pin
C#Coudou7-Jun-07 15:17
C#Coudou7-Jun-07 15:17 
AnswerRe: How to activate intellisense in C/C++ Pin
Mark Salsbery7-Jun-07 16:20
Mark Salsbery7-Jun-07 16:20 
AnswerRe: How to activate intellisense in C/C++ Pin
Michael Dunn7-Jun-07 19:57
sitebuilderMichael Dunn7-Jun-07 19:57 
AnswerRe: How to activate intellisense in C/C++ Pin
hansipet7-Jun-07 23:07
hansipet7-Jun-07 23:07 
GeneralRe: How to activate intellisense in C/C++ Pin
C#Coudou12-Jun-07 19:06
C#Coudou12-Jun-07 19:06 
QuestionGetting Installed Softwares Pin
Akin Ocal7-Jun-07 10:36
Akin Ocal7-Jun-07 10:36 
AnswerRe: Getting Installed Softwares Pin
David Crow7-Jun-07 10:42
David Crow7-Jun-07 10:42 
GeneralRe: Getting Installed Softwares Pin
Akin Ocal7-Jun-07 10:54
Akin Ocal7-Jun-07 10:54 
GeneralRe: Getting Installed Softwares Pin
David Crow7-Jun-07 10:58
David Crow7-Jun-07 10:58 
GeneralRe: Getting Installed Softwares Pin
vipin_nvk7-Jun-07 22:04
vipin_nvk7-Jun-07 22:04 
GeneralRe: Getting Installed Softwares Pin
David Crow8-Jun-07 2:18
David Crow8-Jun-07 2:18 
GeneralRe: Getting Installed Softwares Pin
vipin_nvk8-Jun-07 3:08
vipin_nvk8-Jun-07 3:08 
QuestionRe: Getting Installed Softwares Pin
David Crow8-Jun-07 3:11
David Crow8-Jun-07 3:11 
QuestionApending to a file Pin
LCI7-Jun-07 10:10
LCI7-Jun-07 10:10 
QuestionRe: Apending to a file Pin
David Crow7-Jun-07 10:23
David Crow7-Jun-07 10:23 
AnswerRe: Apending to a file Pin
LCI7-Jun-07 10:47
LCI7-Jun-07 10:47 
If i do this:

hFile = CreateFile(strPath.c_str() ,
GENERIC_WRITE,
0,
NULL,
OPEN_ALWAYS,
FILE_ATTRIBUTE_NORMAL,
NULL );

How will i know if the file exists or not?
Cause i only want to append if the file already exists.

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.