Click here to Skip to main content
15,892,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Force it to repaint immediately (after setting the new text)
by using these two functions:

Invalidate();
UpdateWindow();

Mark

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 
GeneralRe: Converting to VC8 Pin
Christian Graus4-Oct-06 10:03
protectorChristian Graus4-Oct-06 10:03 
GeneralRe: Converting to VC8 Pin
Waldermort4-Oct-06 10:46
Waldermort4-Oct-06 10:46 

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.