Click here to Skip to main content
15,910,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: CEdit carriage returns Pin
Shay Harel14-Jul-03 7:50
Shay Harel14-Jul-03 7:50 
Well then,

Once again, on the same string you send to the edit box, try :

strBuff.Remove ('\r');

See if that will work.
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 
GeneralChange windows process priority Pin
nitropit14-Jul-03 5:35
nitropit14-Jul-03 5:35 

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.