Click here to Skip to main content
15,888,521 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Template Pin
Tim Smith16-Jul-05 18:01
Tim Smith16-Jul-05 18:01 
QuestionCDialog::OnTimer() not called ?? Pin
Mukhan16-Jul-05 13:46
Mukhan16-Jul-05 13:46 
AnswerRe: CDialog::OnTimer() not called ?? Pin
Ravi Bhavnani16-Jul-05 14:32
professionalRavi Bhavnani16-Jul-05 14:32 
GeneralRe: CDialog::OnTimer() not called ?? Pin
Mukhan17-Jul-05 4:31
Mukhan17-Jul-05 4:31 
AnswerRe: CDialog::OnTimer() not called ?? Pin
Alex_Y16-Jul-05 14:33
Alex_Y16-Jul-05 14:33 
AnswerRe: CDialog::OnTimer() not called ?? Pin
Trollslayer17-Jul-05 6:04
mentorTrollslayer17-Jul-05 6:04 
GeneralRichTextBox- How to display last line entered. Pin
Freddie Code16-Jul-05 13:30
Freddie Code16-Jul-05 13:30 
GeneralRe: RichTextBox- How to display last line entered. Pin
bneacetp16-Jul-05 15:25
bneacetp16-Jul-05 15:25 
If you are dumping the data one line at a time, one option might be to insert the newer info at the top instead of at the bottom. For example:

5
4
3
2
1

instead of

1
2
3
4
5

However, take a look at this article (http://www.codeproject.com/editctrl/history_edit.asp[^]) and see if this will help you out. The article uses a CEdit control instead of a rich text box but it might get you pointed in the right direction. I hope this helps. Good luck with your project. Smile | :)



John 3:16: "For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life."
GeneralRe: RichTextBox- How to display last line entered. Pin
Freddie Code17-Jul-05 3:16
Freddie Code17-Jul-05 3:16 
GeneralRe: RichTextBox- How to display last line entered. Pin
Freddie Code17-Jul-05 5:01
Freddie Code17-Jul-05 5:01 
GeneralRe: RichTextBox- How to display last line entered. Pin
Trollslayer17-Jul-05 6:07
mentorTrollslayer17-Jul-05 6:07 
GeneralRe: RichTextBox- How to display last line entered. Pin
Freddie Code17-Jul-05 6:33
Freddie Code17-Jul-05 6:33 
GeneralRe: RichTextBox- How to display last line entered. Pin
Trollslayer17-Jul-05 8:25
mentorTrollslayer17-Jul-05 8:25 
GeneralRe: RichTextBox- How to display last line entered. Pin
Jose Lamas Rios17-Jul-05 17:15
Jose Lamas Rios17-Jul-05 17:15 
GeneralVideo capture boards Pin
fmn16-Jul-05 10:52
fmn16-Jul-05 10:52 
GeneralRe: Video capture boards Pin
Alex_Y16-Jul-05 14:36
Alex_Y16-Jul-05 14:36 
General<h2>somebody tell me how to setup data source</h2> Pin
c+-16-Jul-05 9:38
c+-16-Jul-05 9:38 
GeneralRe: <h2>somebody tell me how to setup data source</h2> Pin
Tim Smith16-Jul-05 10:36
Tim Smith16-Jul-05 10:36 
GeneralRe: <h2>somebody tell me how to setup data source</h2> Pin
c+-17-Jul-05 1:04
c+-17-Jul-05 1:04 
GeneralRe: <h2>somebody tell me how to setup data source</h2> Pin
David Crow16-Jul-05 10:50
David Crow16-Jul-05 10:50 
GeneralRe: <h2>somebody tell me how to setup data source</h2> Pin
c+-17-Jul-05 1:07
c+-17-Jul-05 1:07 
GeneralRe: <h2>somebody tell me how to setup data source</h2> Pin
David Crow17-Jul-05 12:12
David Crow17-Jul-05 12:12 
GeneralAudio Frequency Output Pin
joy00716-Jul-05 9:25
joy00716-Jul-05 9:25 
GeneralRe: Audio Frequency Output Pin
Alex_Y16-Jul-05 14:38
Alex_Y16-Jul-05 14:38 
Question.Net CookieContainer for Web service client for unmanaged C++? Pin
CherezZaboro16-Jul-05 9:04
CherezZaboro16-Jul-05 9: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.