Click here to Skip to main content
15,883,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Query abt dialog box Pin
Hamid_RT1-Jun-06 19:25
Hamid_RT1-Jun-06 19:25 
GeneralRe: Query abt dialog box Pin
Member 30398431-Jun-06 20:06
Member 30398431-Jun-06 20:06 
GeneralRe: Query abt dialog box Pin
Hamid_RT1-Jun-06 20:32
Hamid_RT1-Jun-06 20:32 
GeneralRe: Query abt dialog box Pin
Benoy Bose1-Jun-06 20:46
Benoy Bose1-Jun-06 20:46 
AnswerRe: Query abt dialog box Pin
ThatsAlok1-Jun-06 20:31
ThatsAlok1-Jun-06 20:31 
Questionauto finding the dir the exe is in Pin
locoone1-Jun-06 17:39
locoone1-Jun-06 17:39 
AnswerRe: auto finding the dir the exe is in Pin
Nibu babu thomas1-Jun-06 17:47
Nibu babu thomas1-Jun-06 17:47 
AnswerRe: auto finding the dir the exe is in Pin
Sarath C1-Jun-06 18:15
Sarath C1-Jun-06 18:15 
from ur question what i understood that, u have an exe it will check for a file and if not existing, u need to create one right?

here is a sample snippet

CFileFind finder;<br />
   BOOL bWorking = finder.FindFile("test.ini");<br />
   <br />
   if(FALSE == bWorking) // file exsting<br />
   {<br />
	   // create new file<br />
   }<br />
   // continue further operations<br />


SaRath.

"Don't Do Different things... Do Things Differently..."
AnswerRe: auto finding the dir the exe is in Pin
Hamid_RT1-Jun-06 19:31
Hamid_RT1-Jun-06 19:31 
AnswerRe: auto finding the dir the exe is in Pin
toxcct1-Jun-06 21:42
toxcct1-Jun-06 21:42 
QuestionIs DCB setttings important if using virtual COM port? Pin
tctan1-Jun-06 17:31
tctan1-Jun-06 17:31 
AnswerRe: Is DCB setttings important if using virtual COM port? Pin
ThatsAlok1-Jun-06 20:29
ThatsAlok1-Jun-06 20:29 
GeneralRe: Is DCB setttings important if using virtual COM port? [modified] Pin
tctan1-Jun-06 22:02
tctan1-Jun-06 22:02 
AnswerRe: Is DCB setttings important if using virtual COM port? [modified] Pin
Roger Stoltz1-Jun-06 22:51
Roger Stoltz1-Jun-06 22:51 
Questionabout smtp server problem ,thanks Pin
alicqin1-Jun-06 16:34
alicqin1-Jun-06 16:34 
QuestionPointer/structure usage Pin
fourierman1-Jun-06 16:28
fourierman1-Jun-06 16:28 
QuestionCDialog DoModal doesn't work inside threads? Pin
Dennis Furlaneto1-Jun-06 16:01
Dennis Furlaneto1-Jun-06 16:01 
AnswerRe: CDialog DoModal doesn't work inside threads? Pin
Nibu babu thomas1-Jun-06 17:40
Nibu babu thomas1-Jun-06 17:40 
GeneralRe: CDialog DoModal doesn't work inside threads? Pin
Dennis Furlaneto2-Jun-06 3:35
Dennis Furlaneto2-Jun-06 3:35 
QuestionCan anyone see the problem-newbie [modified] Pin
antonaras1-Jun-06 8:34
antonaras1-Jun-06 8:34 
AnswerRe: Can anyone see the problem-newbie Pin
antonaras1-Jun-06 8:36
antonaras1-Jun-06 8:36 
AnswerRe: Can anyone see the problem-newbie Pin
Chris Losinger1-Jun-06 8:46
professionalChris Losinger1-Jun-06 8:46 
AnswerRe: Can anyone see the problem-newbie [modified] Pin
Zac Howland1-Jun-06 8:59
Zac Howland1-Jun-06 8:59 
AnswerRe: Can anyone see the problem-newbie [modified] Pin
David Crow1-Jun-06 9:19
David Crow1-Jun-06 9:19 
QuestionAnyone know of a good commercial debugger? Pin
leon91-Jun-06 7:01
leon91-Jun-06 7:01 

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.