Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Modeless windows Pin
Jay Hova15-Jul-03 1:19
Jay Hova15-Jul-03 1:19 
GeneralRe: Modeless windows Pin
Toni7815-Jul-03 15:50
Toni7815-Jul-03 15:50 
GeneralRe: Modeless windows Pin
Jay Hova15-Jul-03 1:31
Jay Hova15-Jul-03 1:31 
GeneralRe: Modeless windows Pin
mlsteeves16-Jul-03 6:16
mlsteeves16-Jul-03 6:16 
GeneralCEdit carriage returns Pin
scontapay14-Jul-03 7:23
scontapay14-Jul-03 7:23 
GeneralRe: CEdit carriage returns Pin
valikac14-Jul-03 7:32
valikac14-Jul-03 7:32 
GeneralRe: CEdit carriage returns Pin
Shay Harel14-Jul-03 7:37
Shay Harel14-Jul-03 7:37 
GeneralRe: CEdit carriage returns Pin
scontapay14-Jul-03 7:48
scontapay14-Jul-03 7:48 
Sorry should have been more clear but thanks for the fast response. I am not adding the '\r\n' or anything into the code, it is how it is getting read into the buffer from the member function. I'll post an example when I get home from the code I have but basically its:

Create CInternetSession and CHttpFile, send request, and then the read member function from CHttpFile. Then I just call

<br />
SetDlgItemText(IDC_EDIT, strBuff);<br />


Where strBuff is a CString that has been created using the character array CString strBuff(Buffer); I know its redundant but I did this to see if CString would handle the carriage return better but its not Frown | :(
GeneralRe: CEdit carriage returns Pin
Shay Harel14-Jul-03 7:50
Shay Harel14-Jul-03 7:50 
GeneralRe: CEdit carriage returns Pin
scontapay14-Jul-03 7:52
scontapay14-Jul-03 7:52 
GeneralRe: CEdit carriage returns Pin
John R. Shaw14-Jul-03 7:46
John R. Shaw14-Jul-03 7:46 
GeneralRe: CEdit carriage returns Pin
scontapay14-Jul-03 7:49
scontapay14-Jul-03 7:49 
GeneralRe: CEdit carriage returns Pin
John R. Shaw14-Jul-03 8:06
John R. Shaw14-Jul-03 8:06 
GeneralRe: CEdit carriage returns Pin
Shog914-Jul-03 9:32
sitebuilderShog914-Jul-03 9:32 
GeneralRe: CEdit carriage returns Pin
scontapay14-Jul-03 9:35
scontapay14-Jul-03 9:35 
GeneralRe: CEdit carriage returns Pin
David Crow14-Jul-03 7:55
David Crow14-Jul-03 7:55 
GeneralRe: CEdit carriage returns Pin
scontapay14-Jul-03 7:56
scontapay14-Jul-03 7:56 
GeneralRe: CEdit carriage returns Pin
David Crow14-Jul-03 8:05
David Crow14-Jul-03 8:05 
GeneralRe: CEdit carriage returns Pin
scontapay14-Jul-03 8:10
scontapay14-Jul-03 8:10 
GeneralRe: CEdit carriage returns Pin
David Crow14-Jul-03 8:15
David Crow14-Jul-03 8:15 
GeneralRe: CEdit carriage returns Pin
scontapay14-Jul-03 9:38
scontapay14-Jul-03 9:38 
GeneralList box question Pin
Shay Harel14-Jul-03 5:56
Shay Harel14-Jul-03 5:56 
Generalmemory leaks Pin
si_6914-Jul-03 5:50
si_6914-Jul-03 5:50 
GeneralRe: memory leaks Pin
John R. Shaw14-Jul-03 7:27
John R. Shaw14-Jul-03 7:27 
GeneralRe: memory leaks Pin
Anthony_Yio15-Jul-03 0:58
Anthony_Yio15-Jul-03 0:58 

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.