Click here to Skip to main content
15,907,396 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Time consuming error Pin
led mike25-Oct-06 11:36
led mike25-Oct-06 11:36 
GeneralRe: Time consuming error Pin
Stephen Hewitt25-Oct-06 15:41
Stephen Hewitt25-Oct-06 15:41 
GeneralRe: Time consuming error Pin
led mike26-Oct-06 5:25
led mike26-Oct-06 5:25 
AnswerRe: Time consuming error Pin
Mark Salsbery25-Oct-06 12:00
Mark Salsbery25-Oct-06 12:00 
GeneralRe: Time consuming error Pin
led mike25-Oct-06 12:02
led mike25-Oct-06 12:02 
GeneralRe: Time consuming error Pin
Mark Salsbery25-Oct-06 12:25
Mark Salsbery25-Oct-06 12:25 
AnswerRe: Time consuming error Pin
Stephen Hewitt25-Oct-06 15:37
Stephen Hewitt25-Oct-06 15:37 
QuestionDialog Application-Adding Color to Display Data Pin
jerry1211a25-Oct-06 9:52
jerry1211a25-Oct-06 9:52 
Hi,

I have a Dialog application. In some cases I am displaying data in the main dialog by accessing data in an array:

str2.Format("%02d\t, m_Parse.mChannel[i].m_SV);
str+=str2;
SetDlgItemText(IDC_SAT, str);
etc.
etc.

What I want to do is to have some of the data displayed in different colors other than black. How can I set the color of some data before displaying it?

Can someone help me out?

Smile | :)
Jerry

AnswerRe: Dialog Application-Adding Color to Display Data Pin
Mark Salsbery25-Oct-06 10:40
Mark Salsbery25-Oct-06 10:40 
AnswerRe: Dialog Application-Adding Color to Display Data Pin
Hamid_RT25-Oct-06 19:29
Hamid_RT25-Oct-06 19:29 
GeneralRe: Dialog Application-Adding Color to Display Data Pin
jerry1211a26-Oct-06 2:36
jerry1211a26-Oct-06 2:36 
GeneralRe: Dialog Application-Adding Color to Display Data Pin
Hamid_RT26-Oct-06 2:52
Hamid_RT26-Oct-06 2:52 
GeneralRe: Dialog Application-Adding Color to Display Data Pin
jerry1211a26-Oct-06 3:01
jerry1211a26-Oct-06 3:01 
GeneralRe: Dialog Application-Adding Color to Display Data Pin
Hamid_RT26-Oct-06 3:06
Hamid_RT26-Oct-06 3:06 
QuestionRe: DrawText example, please Pin
mla15425-Oct-06 9:22
mla15425-Oct-06 9:22 
AnswerRe: DrawText example, please Pin
Jörgen Sigvardsson25-Oct-06 9:43
Jörgen Sigvardsson25-Oct-06 9:43 
AnswerRe: DrawText example, please Pin
Hamid_RT25-Oct-06 19:35
Hamid_RT25-Oct-06 19:35 
QuestionOverlapping windows Pin
Waldermort25-Oct-06 5:17
Waldermort25-Oct-06 5:17 
AnswerRe: Overlapping windows Pin
Mark Salsbery25-Oct-06 5:32
Mark Salsbery25-Oct-06 5:32 
GeneralRe: Overlapping windows Pin
Waldermort25-Oct-06 5:48
Waldermort25-Oct-06 5:48 
GeneralRe: Overlapping windows Pin
Mark Salsbery25-Oct-06 6:41
Mark Salsbery25-Oct-06 6:41 
GeneralRe: Overlapping windows Pin
Mark Salsbery25-Oct-06 6:46
Mark Salsbery25-Oct-06 6:46 
GeneralRe: Overlapping windows Pin
Waldermort25-Oct-06 7:01
Waldermort25-Oct-06 7:01 
GeneralRe: Overlapping windows Pin
Mark Salsbery25-Oct-06 7:02
Mark Salsbery25-Oct-06 7:02 
GeneralRe: Overlapping windows Pin
Waldermort25-Oct-06 7:12
Waldermort25-Oct-06 7:12 

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.