Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem in retrieving text using WM_GETTEXT Pin
Rage23-Jun-06 3:33
professionalRage23-Jun-06 3:33 
QuestionRe: Problem in retrieving text using WM_GETTEXT Pin
David Crow23-Jun-06 2:48
David Crow23-Jun-06 2:48 
AnswerRe: Problem in retrieving text using WM_GETTEXT Pin
Javagal Srinath25-Jun-06 19:26
Javagal Srinath25-Jun-06 19:26 
Questionfile list in mfc Pin
kamalesh8223-Jun-06 0:18
kamalesh8223-Jun-06 0:18 
AnswerRe: file list in mfc Pin
eusto23-Jun-06 0:42
eusto23-Jun-06 0:42 
AnswerRe: file list in mfc [modified] Pin
_AnsHUMAN_ 23-Jun-06 0:52
_AnsHUMAN_ 23-Jun-06 0:52 
QuestionRe: file list in mfc Pin
David Crow23-Jun-06 2:54
David Crow23-Jun-06 2:54 
AnswerRe: file list in mfc Pin
Pandele Florin23-Jun-06 5:27
Pandele Florin23-Jun-06 5:27 
I htink that you mean that you have a text file, containing file names, each file name on a line of text and you want to iterate throug it.

If that is true, you have to read the file one char at a time and stop when you get to the combination CRLF (0x0d 0x0a).This is an line end.
If your text file is written in UNICODE be aware that 1 unicode char has 16 bits(2 bytes).The "normal" one has 8 bits(1 byte).
AnswerRe: file list in mfc Pin
ftsOne23-Jun-06 7:28
ftsOne23-Jun-06 7:28 
QuestionUnicode support Pin
eusto23-Jun-06 0:13
eusto23-Jun-06 0:13 
AnswerRe: Unicode support Pin
Ștefan-Mihai MOGA23-Jun-06 2:17
professionalȘtefan-Mihai MOGA23-Jun-06 2:17 
AnswerRe: Unicode support Pin
David Crow23-Jun-06 2:56
David Crow23-Jun-06 2:56 
AnswerRe: Unicode support Pin
Pandele Florin23-Jun-06 5:09
Pandele Florin23-Jun-06 5:09 
GeneralRe: Unicode support Pin
eusto23-Jun-06 15:00
eusto23-Jun-06 15:00 
QuestionInserting HBitmap object in CRichEditCtrl Pin
Farhat Aisha23-Jun-06 0:12
Farhat Aisha23-Jun-06 0:12 
AnswerRe: Inserting HBitmap object in CRichEditCtrl Pin
Hamid_RT23-Jun-06 0:25
Hamid_RT23-Jun-06 0:25 
QuestionProblem in WH_CBT hook [modified] Pin
Javagal Srinath23-Jun-06 0:03
Javagal Srinath23-Jun-06 0:03 
AnswerRe: Problem in WH_CBT hook Pin
ROWALI23-Jun-06 1:33
ROWALI23-Jun-06 1:33 
QuestionQuestion in basic C++ Pin
LordsAngel22-Jun-06 23:55
LordsAngel22-Jun-06 23:55 
AnswerRe: Question in basic C++ Pin
Cedric Moonen23-Jun-06 0:03
Cedric Moonen23-Jun-06 0:03 
GeneralRe: Question in basic C++ [modified] Pin
Stephen Hewitt23-Jun-06 1:05
Stephen Hewitt23-Jun-06 1:05 
GeneralRe: Question in basic C++ Pin
Emilio Garavaglia23-Jun-06 1:10
Emilio Garavaglia23-Jun-06 1:10 
AnswerRe: Question in basic C++ Pin
Javagal Srinath23-Jun-06 0:16
Javagal Srinath23-Jun-06 0:16 
General[deleted] Pin
toxcct23-Jun-06 0:23
toxcct23-Jun-06 0:23 
GeneralRe: Question in basic C++ Pin
Javagal Srinath23-Jun-06 0:32
Javagal Srinath23-Jun-06 0:32 

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.