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

C / C++ / MFC

 
GeneralRe: MS SQL Server/C++ Pin
CPallini31-Jul-08 1:00
mveCPallini31-Jul-08 1:00 
GeneralRe: MS SQL Server/C++ Pin
Mike Dimmick31-Jul-08 2:34
Mike Dimmick31-Jul-08 2:34 
AnswerRe: MS SQL Server/C++ Pin
Mark Salsbery31-Jul-08 8:50
Mark Salsbery31-Jul-08 8:50 
AnswerRe: MS SQL Server/C++ Pin
vikas amin31-Jul-08 11:47
vikas amin31-Jul-08 11:47 
QuestionLine feed and Carriage return in Editbox Pin
sunny_vc30-Jul-08 21:18
sunny_vc30-Jul-08 21:18 
QuestionRe: Line feed and Carriage return in Editbox Pin
Rajesh R Subramanian30-Jul-08 21:37
professionalRajesh R Subramanian30-Jul-08 21:37 
AnswerRe: Line feed and Carriage return in Editbox Pin
Iain Clarke, Warrior Programmer30-Jul-08 21:38
Iain Clarke, Warrior Programmer30-Jul-08 21:38 
GeneralRe: Line feed and Carriage return in Editbox Pin
sunny_vc30-Jul-08 22:27
sunny_vc30-Jul-08 22:27 
Hi,
Yeah if I define as multiline it is working.
But it is working only if I give manually like
SetWindowText("red\r\nblue\r\ngreen");

But if i get the data from external source via UART I am collecting in a buffer.
Buffer contains the chars 10,13 after each word.
Then I directly do SetWindowText(buffer);In that case it is displaying in a single line,
not in multilines.

So what should be done if I have to display the data in multilines whenever i come across 10,13 characters.

Please help!

Regards,
Sunil Kumar

QuestionRe: Line feed and Carriage return in Editbox Pin
Rajesh R Subramanian30-Jul-08 22:39
professionalRajesh R Subramanian30-Jul-08 22:39 
AnswerRe: Line feed and Carriage return in Editbox Pin
sunny_vc30-Jul-08 22:45
sunny_vc30-Jul-08 22:45 
GeneralRe: Line feed and Carriage return in Editbox Pin
Rajesh R Subramanian30-Jul-08 22:55
professionalRajesh R Subramanian30-Jul-08 22:55 
AnswerRe: Line feed and Carriage return in Editbox Pin
CPallini30-Jul-08 23:40
mveCPallini30-Jul-08 23:40 
GeneralRe: Line feed and Carriage return in Editbox Pin
Iain Clarke, Warrior Programmer30-Jul-08 22:53
Iain Clarke, Warrior Programmer30-Jul-08 22:53 
GeneralRe: Line feed and Carriage return in Editbox Pin
sunny_vc30-Jul-08 23:07
sunny_vc30-Jul-08 23:07 
QuestionHow can write data from one .mdb file to another? Pin
Le@rner30-Jul-08 21:13
Le@rner30-Jul-08 21:13 
AnswerRe: How can write data from one .mdb file to another? Pin
toxcct30-Jul-08 21:15
toxcct30-Jul-08 21:15 
GeneralRe: How can write data from one .mdb file to another? Pin
Le@rner30-Jul-08 21:26
Le@rner30-Jul-08 21:26 
QuestionRe: How can write data from one .mdb file to another? Pin
CPallini30-Jul-08 21:30
mveCPallini30-Jul-08 21:30 
AnswerRe: How can write data from one .mdb file to another? Pin
Le@rner30-Jul-08 21:48
Le@rner30-Jul-08 21:48 
GeneralRe: How can write data from one .mdb file to another? Pin
CPallini30-Jul-08 21:57
mveCPallini30-Jul-08 21:57 
GeneralRe: How can write data from one .mdb file to another? Pin
Le@rner31-Jul-08 1:20
Le@rner31-Jul-08 1:20 
GeneralRe: How can write data from one .mdb file to another? [modified] Pin
CPallini31-Jul-08 1:55
mveCPallini31-Jul-08 1:55 
GeneralRe: How can write data from one .mdb file to another? Pin
toxcct30-Jul-08 21:37
toxcct30-Jul-08 21:37 
GeneralRe: How can write data from one .mdb file to another? Pin
Le@rner30-Jul-08 21:50
Le@rner30-Jul-08 21:50 
GeneralRe: How can write data from one .mdb file to another? Pin
toxcct30-Jul-08 22:04
toxcct30-Jul-08 22:04 

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.