Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Changing color of text in edit control Pin
Nish Nishant4-Oct-06 8:55
sitebuilderNish Nishant4-Oct-06 8:55 
AnswerRe: Changing color of text in edit control Pin
Mark Salsbery4-Oct-06 8:57
Mark Salsbery4-Oct-06 8:57 
AnswerRe: Changing color of text in edit control Pin
Hamid_RT4-Oct-06 9:10
Hamid_RT4-Oct-06 9:10 
QuestionWeird MFC problem Pin
Johpoke4-Oct-06 7:55
Johpoke4-Oct-06 7:55 
AnswerRe: Weird MFC problem Pin
ThatsAlok4-Oct-06 7:59
ThatsAlok4-Oct-06 7:59 
AnswerRe: Weird MFC problem Pin
Mark Salsbery4-Oct-06 8:35
Mark Salsbery4-Oct-06 8:35 
GeneralRe: Weird MFC problem Pin
Johpoke4-Oct-06 8:42
Johpoke4-Oct-06 8:42 
GeneralRe: Weird MFC problem Pin
Mark Salsbery4-Oct-06 9:03
Mark Salsbery4-Oct-06 9:03 
m_status = "Two!";
UpdateData(FALSE);


That's fine. UpdateData() will set the text of the control.
But still, if you are going to sleep, you need to make sure the
text is redrawn on the screen beforehand, otherwise it won't be repainted
until after the Sleep()s. Smile | :)

Mark

GeneralRe: Weird MFC problem Pin
Johpoke4-Oct-06 9:05
Johpoke4-Oct-06 9:05 
GeneralRe: Weird MFC problem Pin
Mark Salsbery4-Oct-06 9:14
Mark Salsbery4-Oct-06 9:14 
GeneralRe: Weird MFC problem Pin
Johpoke4-Oct-06 9:16
Johpoke4-Oct-06 9:16 
AnswerRe: Weird MFC problem Pin
Chris Meech4-Oct-06 8:46
Chris Meech4-Oct-06 8:46 
AnswerRe: Weird MFC problem Pin
David Crow4-Oct-06 9:10
David Crow4-Oct-06 9:10 
AnswerRe: Weird MFC problem Pin
Johpoke4-Oct-06 9:18
Johpoke4-Oct-06 9:18 
QuestionConverting to VC8 Pin
Waldermort4-Oct-06 7:41
Waldermort4-Oct-06 7:41 
AnswerRe: Converting to VC8 Pin
Chris Meech4-Oct-06 7:48
Chris Meech4-Oct-06 7:48 
GeneralRe: Converting to VC8 Pin
Waldermort4-Oct-06 8:01
Waldermort4-Oct-06 8:01 
GeneralRe: Converting to VC8 Pin
Chris Meech4-Oct-06 8:33
Chris Meech4-Oct-06 8:33 
GeneralRe: Converting to VC8 Pin
Waldermort4-Oct-06 8:11
Waldermort4-Oct-06 8:11 
AnswerRe: Converting to VC8 Pin
Nish Nishant4-Oct-06 8:07
sitebuilderNish Nishant4-Oct-06 8:07 
AnswerRe: Converting to VC8 Pin
Nish Nishant4-Oct-06 8:10
sitebuilderNish Nishant4-Oct-06 8:10 
GeneralRe: Converting to VC8 Pin
Waldermort4-Oct-06 8:14
Waldermort4-Oct-06 8:14 
AnswerRe: Converting to VC8 Pin
David Crow4-Oct-06 9:08
David Crow4-Oct-06 9:08 
AnswerRe: Converting to VC8 Pin
Christian Graus4-Oct-06 9:44
protectorChristian Graus4-Oct-06 9:44 
GeneralRe: Converting to VC8 Pin
Waldermort4-Oct-06 9:55
Waldermort4-Oct-06 9:55 

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.