Click here to Skip to main content
15,921,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I have discovered a BUG (or at least a strange behavour in CStdioFile)! Pin
wheregone26-Jun-03 5:27
wheregone26-Jun-03 5:27 
GeneralRe: I have discovered a BUG (or at least a strange behavour in CStdioFile)! Pin
kydfru26-Jun-03 7:28
kydfru26-Jun-03 7:28 
GeneralRe: I have discovered a BUG (or at least a strange behavour in CStdioFile)! Pin
wheregone26-Jun-03 14:22
wheregone26-Jun-03 14:22 
QuestionHow to determine whether a file is an executable by examining the file extension? Pin
dandy7725-Jun-03 20:28
dandy7725-Jun-03 20:28 
AnswerRe: How to determine whether a file is an executable by examining the file extension? Pin
Toni7825-Jun-03 21:56
Toni7825-Jun-03 21:56 
GeneralRe: How to determine whether a file is an executable by examining the file extension? Pin
dandy7725-Jun-03 22:20
dandy7725-Jun-03 22:20 
GeneralRe: How to determine whether a file is an executable by examining the file extension? Pin
Toni7826-Jun-03 21:23
Toni7826-Jun-03 21:23 
AnswerRe: How to determine whether a file is an executable by examining the file extension? Pin
Joaquín M López Muñoz25-Jun-03 23:14
Joaquín M López Muñoz25-Jun-03 23:14 
There's little magic behind PathIsExe, the docs say that it

returns TRUE if the file extension is .cmd, .bat, .pif, .scf, .exe, .com, or .scr. Returns FALSE otherwise.

So, you shouldn't have any problem with writing your home-made version of PathIsExe.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRasDial function Pin
no_body6925-Jun-03 19:35
no_body6925-Jun-03 19:35 
GeneralRe: RasDial function Pin
Joaquín M López Muñoz25-Jun-03 23:46
Joaquín M López Muñoz25-Jun-03 23:46 
GeneralRe: RasDial function Pin
no_body6926-Jun-03 0:31
no_body6926-Jun-03 0:31 
GeneralRe: RasDial function Pin
Joaquín M López Muñoz26-Jun-03 0:36
Joaquín M López Muñoz26-Jun-03 0:36 
GeneralRe: RasDial function Pin
no_body6927-Jun-03 22:38
no_body6927-Jun-03 22:38 
QuestionHow To Customize the CRectTracker Grippers Pin
Vikrant Vikrant25-Jun-03 19:17
Vikrant Vikrant25-Jun-03 19:17 
AnswerRe: How To Customize the CRectTracker Grippers Pin
Rob Caldecott25-Jun-03 22:13
Rob Caldecott25-Jun-03 22:13 
GeneralRe: How To Customize the CRectTracker Grippers Pin
Vikrant Vikrant25-Jun-03 23:14
Vikrant Vikrant25-Jun-03 23:14 
GeneralRe: How To Customize the CRectTracker Grippers Pin
Rob Caldecott25-Jun-03 23:34
Rob Caldecott25-Jun-03 23:34 
GeneralRe: How To Customize the CRectTracker Grippers Pin
Vikrant Vikrant26-Jun-03 0:46
Vikrant Vikrant26-Jun-03 0:46 
QuestionConverting Char* hex to Integer..? Pin
Member 40481325-Jun-03 19:00
Member 40481325-Jun-03 19:00 
AnswerRe: Converting Char* hex to Integer..? Pin
Ravi Bhavnani25-Jun-03 19:11
professionalRavi Bhavnani25-Jun-03 19:11 
GeneralRe: Converting Char* hex to Integer..? Pin
Member 40481325-Jun-03 19:15
Member 40481325-Jun-03 19:15 
AnswerRe: Converting Char* hex to Integer..? Pin
Toni7825-Jun-03 19:29
Toni7825-Jun-03 19:29 
GeneralRe: Converting Char* hex to Integer..? Pin
Johnny ²25-Jun-03 21:32
Johnny ²25-Jun-03 21:32 
GeneralRe: Converting Char* hex to Integer..? Pin
Toni7825-Jun-03 22:34
Toni7825-Jun-03 22:34 
GeneralRestore Recycle Bin Pin
rohit.dhamija25-Jun-03 18:31
rohit.dhamija25-Jun-03 18:31 

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.