Click here to Skip to main content
15,911,785 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: creating help files Pin
Paul M Watt16-Nov-02 7:49
mentorPaul M Watt16-Nov-02 7:49 
Questionhow to work with sln and vcproj files Pin
Anonymous16-Nov-02 3:03
Anonymous16-Nov-02 3:03 
AnswerRe: how to work with sln and vcproj files Pin
lbc16-Nov-02 4:08
lbc16-Nov-02 4:08 
AnswerRe: how to work with sln and vcproj files Pin
Chris Richardson16-Nov-02 11:35
Chris Richardson16-Nov-02 11:35 
GeneralRe: how to work with sln and vcproj files Pin
Stephane Rodriguez.16-Nov-02 20:00
Stephane Rodriguez.16-Nov-02 20:00 
GeneralRe: how to work with sln and vcproj files Pin
Chris Richardson18-Nov-02 7:00
Chris Richardson18-Nov-02 7:00 
Generalportability 2 Pin
Ian Dermott16-Nov-02 2:58
sussIan Dermott16-Nov-02 2:58 
GeneralRe: portability 2 Pin
ian mariano16-Nov-02 9:03
ian mariano16-Nov-02 9:03 
It's not a cross-OS issue. From the remarks to CEdit::GetLine[^]: "Call this function to retrieve a line of text from an edit control and places it in lpszBuffer. The copied line does not contain a null-termination character. For more information, see EM_GETLINE in the Win32 documentation."

So, I'd use a combination of CEdit::GetLine() and CEdit::LineLength()[^] to parse your input.

"The greatest danger to humanity is humanity without an open mind."
  - Ian Mariano - http://www.ian-space.com/

GeneralRe: portability 2 Pin
ian mariano16-Nov-02 9:10
ian mariano16-Nov-02 9:10 
GeneralIIS: a theoretical question - processes and threads Pin
devvvy16-Nov-02 2:48
devvvy16-Nov-02 2:48 
GeneralRe: IIS: a theoretical question - processes and threads Pin
ian mariano16-Nov-02 8:42
ian mariano16-Nov-02 8:42 
Generalchanging frame window looks Pin
B4u16-Nov-02 0:52
B4u16-Nov-02 0:52 
GeneralRe: changing frame window looks Pin
dabs16-Nov-02 2:42
dabs16-Nov-02 2:42 
Generalswap values of two variable Pin
Anonymous16-Nov-02 0:24
Anonymous16-Nov-02 0:24 
GeneralRe: swap values of two variable Pin
moliate16-Nov-02 0:29
moliate16-Nov-02 0:29 
GeneralRe: swap values of two variable Pin
NormDroid16-Nov-02 7:09
professionalNormDroid16-Nov-02 7:09 
GeneralRe: swap values of two variable Pin
moliate16-Nov-02 8:41
moliate16-Nov-02 8:41 
GeneralRe: swap values of two variable Pin
KevinHall16-Nov-02 8:00
KevinHall16-Nov-02 8:00 
GeneralRe: swap values of two variable Pin
moliate16-Nov-02 8:34
moliate16-Nov-02 8:34 
GeneralWindow being minimized Pin
S O S16-Nov-02 0:07
S O S16-Nov-02 0:07 
GeneralRe: Window being minimized Pin
Redeemer-dk16-Nov-02 0:18
Redeemer-dk16-Nov-02 0:18 
GeneralRe: Window being minimized Pin
Gary R. Wheeler16-Nov-02 2:41
Gary R. Wheeler16-Nov-02 2:41 
QuestionIs it possible to enumrate all the system's DirectShow filters? Pin
Redeemer-dk15-Nov-02 23:56
Redeemer-dk15-Nov-02 23:56 
AnswerRe: Is it possible to enumrate all the system's DirectShow filters? Pin
Joaquín M López Muñoz16-Nov-02 1:41
Joaquín M López Muñoz16-Nov-02 1:41 
GeneralRe: Is it possible to enumrate all the system's DirectShow filters? Pin
Redeemer-dk16-Nov-02 2:16
Redeemer-dk16-Nov-02 2:16 

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.