Click here to Skip to main content
15,919,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Brain lock time Pin
Boris Russel17-Aug-01 12:22
Boris Russel17-Aug-01 12:22 
GeneralRe: Brain lock time Pin
Boris Russel17-Aug-01 12:25
Boris Russel17-Aug-01 12:25 
GeneralProgress updates from callback function Pin
Jake Palmer17-Aug-01 9:44
Jake Palmer17-Aug-01 9:44 
GeneralRe: Progress updates from callback function Pin
Ben Burnett17-Aug-01 17:28
Ben Burnett17-Aug-01 17:28 
GeneralNew C++ Website! Pin
17-Aug-01 9:39
suss17-Aug-01 9:39 
GeneralCEdit Pin
17-Aug-01 9:30
suss17-Aug-01 9:30 
GeneralRe: CEdit Pin
Jake Palmer17-Aug-01 9:40
Jake Palmer17-Aug-01 9:40 
GeneralRe: CEdit Pin
The_Server18-Aug-01 12:09
The_Server18-Aug-01 12:09 
CString l_sNewText;

between each line instead of '\n' add 13 and 10.
like this:
==========
l_sNewText= "1st line";
l_sNewText+= 13;
l_sNewText+= 10;
l_sNewText+= "2nd line";
l_sNewText+= 13;
l_sNewText+= 10;
l_sNewText+= "3rd line";
m_YourCEditControl.SetWindowText( l_sNewText);
==========

this definitely will work
The characters 13 and 10 works together as a new line(like '\n').
why is it like that and '\n'????
I really don't know!!!

Name: STR
Mission: Take Over The World (c:
Tips: If you build it, he will come.
More Tips: If you lick it, she will cum.
GeneralCBitmap, CButton HBIMAP and more.. Pin
Remi Morin17-Aug-01 9:11
Remi Morin17-Aug-01 9:11 
GeneralRe: CBitmap, CButton HBIMAP and more.. Pin
17-Aug-01 12:11
suss17-Aug-01 12:11 
GeneralRe: CBitmap, CButton HBIMAP and more.. Pin
Michael Dunn17-Aug-01 16:58
sitebuilderMichael Dunn17-Aug-01 16:58 
GeneralProblems using List Control Pin
RobJones17-Aug-01 7:59
RobJones17-Aug-01 7:59 
GeneralRe: Problems using List Control Pin
Remi Morin17-Aug-01 9:40
Remi Morin17-Aug-01 9:40 
QuestionDAO JET ? Pin
otvac17-Aug-01 6:56
otvac17-Aug-01 6:56 
AnswerRe: DAO JET ? Pin
The_Server18-Aug-01 12:21
The_Server18-Aug-01 12:21 
AnswerRe: DAO JET ? Pin
The_Server18-Aug-01 12:24
The_Server18-Aug-01 12:24 
GeneralCEditView & Menu Question Pin
Joseph LeBlanc17-Aug-01 6:43
Joseph LeBlanc17-Aug-01 6:43 
GeneralRe: CEditView & Menu Question Pin
Jake Palmer17-Aug-01 8:12
Jake Palmer17-Aug-01 8:12 
GeneralRe: CEditView & Menu Question Pin
Orbital^19-Aug-01 21:55
Orbital^19-Aug-01 21:55 
GeneralWord Add-Ins Pin
AJ12317-Aug-01 5:55
AJ12317-Aug-01 5:55 
GeneralFile|Save Pin
17-Aug-01 5:50
suss17-Aug-01 5:50 
GeneralRe: File|Save Pin
Tomasz Sowinski17-Aug-01 6:02
Tomasz Sowinski17-Aug-01 6:02 
GeneralIcon thingie Pin
17-Aug-01 4:48
suss17-Aug-01 4:48 
GeneralRe: Icon thingie Pin
Tomasz Sowinski17-Aug-01 4:53
Tomasz Sowinski17-Aug-01 4:53 
GeneralRe: Icon thingie Pin
17-Aug-01 5:37
suss17-Aug-01 5:37 

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.