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

C / C++ / MFC

 
AnswerRe: Problem with CString Datatype Pin
prasad_som12-Feb-07 19:37
prasad_som12-Feb-07 19:37 
AnswerRe: Problem with CString Datatype Pin
ShilpiP12-Feb-07 19:35
ShilpiP12-Feb-07 19:35 
AnswerRe: Problem with CString Datatype Pin
Hamid_RT12-Feb-07 19:35
Hamid_RT12-Feb-07 19:35 
AnswerRe: Problem with CString Datatype Pin
Hamid_RT12-Feb-07 19:48
Hamid_RT12-Feb-07 19:48 
AnswerRe: Problem with CString Datatype Pin
Vichitram12-Feb-07 20:02
Vichitram12-Feb-07 20:02 
GeneralRe: Problem with CString Datatype Pin
Anilkumar K V12-Feb-07 22:09
Anilkumar K V12-Feb-07 22:09 
GeneralRe: Problem with CString Datatype Pin
Vichitram12-Feb-07 22:35
Vichitram12-Feb-07 22:35 
Questionhow to appending the Formated text in RichEdit2.0 ? Pin
Swapnil G12-Feb-07 18:51
Swapnil G12-Feb-07 18:51 
Hi,

I want to derive a class in my project in which i am taking strings at runtime & want to format it in (BOLD,ITALIC,TAB,NEW LINE,COLOR)etc.
after first string ,the other string can be taken & required to be formated.
at the end all the strings are appended & whole text should be displayed
on richedit control with each string having its own format.

i.e if i am having RichText class & rs is object of it then

i should be able to do following ...

RichText rs;
rs << rs.Bold(rs.LoadString(IDS_SUMMARY_SRCTITLE))
<< rs.Newline
<< rs.Italic(rs.LoadString(IDS_SUMMARY_SRCTITLE))
<< rs.LoadString(IDS_SUMMARY_SOURCE) // string table
<< rs.Tab;
& then display it in rich edit by ..
m_richedit.SetWindowText(rs.str());

If anybody knows how to do it Please Help me for it.






Thanks,
swapnil.
AnswerRe: how to appending the Formated text in RichEdit2.0 ? Pin
Hamid_RT12-Feb-07 19:34
Hamid_RT12-Feb-07 19:34 
GeneralRe: how to appending the Formated text in RichEdit2.0 ? Pin
Swapnil G12-Feb-07 19:43
Swapnil G12-Feb-07 19:43 
GeneralRe: how to appending the Formated text in RichEdit2.0 ? Pin
Hamid_RT12-Feb-07 19:55
Hamid_RT12-Feb-07 19:55 
QuestionWorking with Dll Pin
Suresh H12-Feb-07 18:50
Suresh H12-Feb-07 18:50 
QuestionRe: Working with Dll Pin
prasad_som12-Feb-07 18:59
prasad_som12-Feb-07 18:59 
AnswerRe: Working with Dll Pin
Suresh H12-Feb-07 19:22
Suresh H12-Feb-07 19:22 
AnswerRe: Working with Dll Pin
prasad_som12-Feb-07 19:30
prasad_som12-Feb-07 19:30 
GeneralRe: Working with Dll [modified] Pin
Suresh H12-Feb-07 19:33
Suresh H12-Feb-07 19:33 
QuestionRe: Working with Dll Pin
prasad_som12-Feb-07 19:42
prasad_som12-Feb-07 19:42 
GeneralRe: Working with Dll Pin
Suresh H12-Feb-07 19:53
Suresh H12-Feb-07 19:53 
AnswerRe: Working with Dll Pin
prasad_som12-Feb-07 21:15
prasad_som12-Feb-07 21:15 
GeneralRe: Working with Dll Pin
Suresh H12-Feb-07 22:06
Suresh H12-Feb-07 22:06 
QuestionRe: Working with Dll Pin
prasad_som12-Feb-07 22:17
prasad_som12-Feb-07 22:17 
AnswerRe: Working with Dll Pin
Suresh H12-Feb-07 22:30
Suresh H12-Feb-07 22:30 
GeneralRe: Working with Dll Pin
prasad_som12-Feb-07 22:35
prasad_som12-Feb-07 22:35 
GeneralRe: Working with Dll Pin
Suresh H12-Feb-07 22:45
Suresh H12-Feb-07 22:45 
QuestionAnybody with hyperthreading Pin
Waldermort12-Feb-07 13:37
Waldermort12-Feb-07 13:37 

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.