Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalwindows service Pin
Anonymous23-Aug-04 20:43
Anonymous23-Aug-04 20:43 
GeneralRe: windows service Pin
mahade123-Aug-04 22:18
mahade123-Aug-04 22:18 
GeneralDifference between Static link library and Dynamic link library Pin
zahid_ash23-Aug-04 20:42
zahid_ash23-Aug-04 20:42 
GeneralRe: Difference between Static link library and Dynamic link library Pin
RichardS23-Aug-04 21:39
RichardS23-Aug-04 21:39 
GeneralRe: Difference between Static link library and Dynamic link library Pin
Varnindra22-Mar-10 6:19
Varnindra22-Mar-10 6:19 
GeneralParsing Paths Pin
Monty223-Aug-04 20:11
Monty223-Aug-04 20:11 
GeneralRe: Parsing Paths Pin
Ryan Binns23-Aug-04 21:03
Ryan Binns23-Aug-04 21:03 
GeneralRe: Parsing Paths Pin
Rory Solley23-Aug-04 21:37
Rory Solley23-Aug-04 21:37 
Why not use:

TCHAR szDrive[_MAX_DRIVE];
TCHAR szDir[_MAX_DIR];
TCHAR szFname[_MAX_FNAME];
TCHAR szExt[_MAX_EXT];

::_tsplitpath(csPath, szDrive, szDir, szFname, szExt);

Then, just check to see if you have the filename and extension in szFname and szExt.
QuestionHow to pass Values across Dialogs, Pin
suboo_vedagiri23-Aug-04 19:38
suboo_vedagiri23-Aug-04 19:38 
AnswerRe: How to pass Values across Dialogs, Pin
Milton Karimbekallil23-Aug-04 21:30
Milton Karimbekallil23-Aug-04 21:30 
Questionwhat mean CFileException::accessDenied ? Pin
baboguru23-Aug-04 16:43
baboguru23-Aug-04 16:43 
AnswerRe: what mean CFileException::accessDenied ? Pin
Christian Graus23-Aug-04 16:46
protectorChristian Graus23-Aug-04 16:46 
Generalhelp on debugging Pin
rainbowisland23-Aug-04 15:01
rainbowisland23-Aug-04 15:01 
GeneralRe: help on debugging Pin
Anthony_Yio24-Aug-04 1:01
Anthony_Yio24-Aug-04 1:01 
GeneralMultiple modal dialogs Pin
kbratvold23-Aug-04 14:12
kbratvold23-Aug-04 14:12 
GeneralRe: Multiple modal dialogs Pin
Ryan Binns23-Aug-04 18:39
Ryan Binns23-Aug-04 18:39 
GeneralRe: Multiple modal dialogs Pin
kbratvold23-Aug-04 18:46
kbratvold23-Aug-04 18:46 
GeneralRe: Multiple modal dialogs Pin
Ryan Binns23-Aug-04 20:58
Ryan Binns23-Aug-04 20:58 
GeneralMFC WIZZARD PROBLEM Pin
dyerstein23-Aug-04 13:23
dyerstein23-Aug-04 13:23 
GeneralRe: MFC WIZZARD PROBLEM Pin
Christian Graus23-Aug-04 16:45
protectorChristian Graus23-Aug-04 16:45 
Questionlocate header files? Pin
MichaelGG23-Aug-04 13:16
MichaelGG23-Aug-04 13:16 
AnswerRe: locate header files? Pin
Ryan Binns23-Aug-04 18:18
Ryan Binns23-Aug-04 18:18 
AnswerRe: locate header files? Pin
Henry miller24-Aug-04 3:27
Henry miller24-Aug-04 3:27 
Generalaccess the parallel port Pin
X204023-Aug-04 12:13
X204023-Aug-04 12:13 
GeneralRe: access the parallel port Pin
Christian Graus23-Aug-04 12:27
protectorChristian Graus23-Aug-04 12:27 

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.