Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using CMFCToolbar with CDialog Pin
Antonio Jose Cunha28-Apr-09 23:54
Antonio Jose Cunha28-Apr-09 23:54 
Questiontoolbar cutoff at the right end in MDI Pin
engilela8-Dec-08 2:51
engilela8-Dec-08 2:51 
QuestionHelp with Visual Studio C++ 2008 Pin
Member 18628468-Dec-08 2:37
Member 18628468-Dec-08 2:37 
AnswerRe: Help with Visual Studio C++ 2008 Pin
Hamid_RT8-Dec-08 2:39
Hamid_RT8-Dec-08 2:39 
AnswerRe: Help with Visual Studio C++ 2008 Pin
David Crow8-Dec-08 2:54
David Crow8-Dec-08 2:54 
QuestionScroll Bar Position control Pin
Member 46517418-Dec-08 2:11
Member 46517418-Dec-08 2:11 
AnswerRe: Scroll Bar Position control Pin
Graham Shanks8-Dec-08 11:54
Graham Shanks8-Dec-08 11:54 
GeneralRe: Scroll Bar Position control Pin
ramnathrn8-Dec-08 19:47
ramnathrn8-Dec-08 19:47 
Hi Graham,

thanks for ur reply. I'm explaining the problem on behalf of Balaji.

Problem :
Information in Rich Text Box are updated by thread, whenever thread gets message(text), it will be updated on RichTextBox Control.

Right now, we are concatenaing the message(text) and update the concate_string in the RichTextControl, using the following API,

myRichTextBox.SetText(concat_string);

What we are suppose to do is, recently updated text should be visible to user.

To view the recent text, we are using scroll bars manually. Instead, we want to display the last updated text.

we are using Rich Text Box 6.0 (SP4). we tried with the following APIs,

myEdit.SetScrollBar();

but it's throwing Error..

Thanks
Ram
GeneralRe: Scroll Bar Position control Pin
Graham Shanks9-Dec-08 3:53
Graham Shanks9-Dec-08 3:53 
Questionhow to show icons or bitmaps on popup menu and how to display bitmaps or icons on status bar for DIALOG BASED APPLICATION? Pin
puppya8-Dec-08 1:46
puppya8-Dec-08 1:46 
AnswerRe: how to show icons or bitmaps on popup menu and how to display bitmaps or icons on status bar for DIALOG BASED APPLICATION? Pin
Hamid_RT8-Dec-08 2:32
Hamid_RT8-Dec-08 2:32 
GeneralRe: how to show icons or bitmaps on popup menu and how to display bitmaps or icons on status bar for DIALOG BASED APPLICATION? Pin
puppya8-Dec-08 17:05
puppya8-Dec-08 17:05 
GeneralRe: how to show icons or bitmaps on popup menu and how to display bitmaps or icons on status bar for DIALOG BASED APPLICATION? Pin
puppya8-Dec-08 17:22
puppya8-Dec-08 17:22 
GeneralRe: how to show icons or bitmaps on popup menu and how to display bitmaps or icons on status bar for DIALOG BASED APPLICATION? Pin
Chandrasekharan P8-Dec-08 18:47
Chandrasekharan P8-Dec-08 18:47 
GeneralRe: how to show icons or bitmaps on popup menu and how to display bitmaps or icons on status bar for DIALOG BASED APPLICATION? Pin
Hamid_RT9-Dec-08 7:16
Hamid_RT9-Dec-08 7:16 
GeneralRe: how to show icons or bitmaps on popup menu and how to display bitmaps or icons on status bar for DIALOG BASED APPLICATION? Pin
puppya9-Dec-08 17:27
puppya9-Dec-08 17:27 
GeneralRe: how to show icons or bitmaps on popup menu and how to display bitmaps or icons on status bar for DIALOG BASED APPLICATION? Pin
Hamid_RT9-Dec-08 20:12
Hamid_RT9-Dec-08 20:12 
GeneralRe: how to show icons or bitmaps on popup menu and how to display bitmaps or icons on status bar for DIALOG BASED APPLICATION? Pin
puppya9-Dec-08 20:16
puppya9-Dec-08 20:16 
Questioninterrupting std::getline Pin
manustone8-Dec-08 1:01
manustone8-Dec-08 1:01 
AnswerRe: interrupting std::getline Pin
Randor 8-Dec-08 2:09
professional Randor 8-Dec-08 2:09 
GeneralRe: interrupting std::getline Pin
manustone8-Dec-08 3:02
manustone8-Dec-08 3:02 
Questionback ground picture Pin
hrishiS8-Dec-08 0:18
hrishiS8-Dec-08 0:18 
AnswerRe: back ground picture Pin
Rajesh R Subramanian8-Dec-08 0:20
professionalRajesh R Subramanian8-Dec-08 0:20 
AnswerRe: back ground picture Pin
Hamid_RT8-Dec-08 2:25
Hamid_RT8-Dec-08 2:25 
QuestionSet the Font of Tree Control Pin
brucewayn7-Dec-08 23:38
brucewayn7-Dec-08 23:38 

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.