Click here to Skip to main content
15,890,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Tracking the mouse Pin
CodeGuy24-Aug-01 3:57
CodeGuy24-Aug-01 3:57 
GeneralRe: Tracking the mouse Pin
Bret Faller24-Aug-01 6:21
Bret Faller24-Aug-01 6:21 
GeneralRIFF file parser Pin
Erik Hammar23-Aug-01 7:00
Erik Hammar23-Aug-01 7:00 
GeneralDundas - lack of information on updates - disruption of support Pin
23-Aug-01 6:54
suss23-Aug-01 6:54 
Generalchange text color at runtime Pin
23-Aug-01 6:39
suss23-Aug-01 6:39 
Generalchange text color at runtime Pin
23-Aug-01 6:38
suss23-Aug-01 6:38 
Generalchange text color at runtime Pin
23-Aug-01 6:37
suss23-Aug-01 6:37 
GeneralRe: change text color at runtime Pin
CodeGuy23-Aug-01 6:44
CodeGuy23-Aug-01 6:44 
OnCtlColor is one of a series of calls that will get made in response to a WM_PAINT event being fired. So how would you programmatically send an WM_PAINT to your CEdit? Call the Invalidate member function; this is available since CEdit derives from CWnd. This will force your edit control to be redrawn.

CodeGuy
http://groups.yahoo.com/group/wtl
GeneralRe: change text color at runtime Pin
23-Aug-01 8:45
suss23-Aug-01 8:45 
GeneralA Question About ToolBar Pin
Maer72723-Aug-01 6:30
Maer72723-Aug-01 6:30 
GeneralRe: A Question About ToolBar Pin
Tomasz Sowinski23-Aug-01 7:33
Tomasz Sowinski23-Aug-01 7:33 
GeneralRe: A Question About ToolBar Pin
Maer72723-Aug-01 23:49
Maer72723-Aug-01 23:49 
GeneralRe: A Question About ToolBar Pin
Tomasz Sowinski23-Aug-01 23:58
Tomasz Sowinski23-Aug-01 23:58 
GeneralRe: A Question About ToolBar Pin
Maer72724-Aug-01 22:02
Maer72724-Aug-01 22:02 
GeneralConfusion Pin
Scorchen23-Aug-01 6:30
Scorchen23-Aug-01 6:30 
GeneralRe: Confusion Pin
Christian Graus23-Aug-01 12:40
protectorChristian Graus23-Aug-01 12:40 
QuestionHow to show a window in full screen? Pin
Maer72723-Aug-01 6:29
Maer72723-Aug-01 6:29 
AnswerRe: How to show a window in full screen? Pin
Aaron Schaefer23-Aug-01 6:43
Aaron Schaefer23-Aug-01 6:43 
AnswerRe: How to show a window in full screen? Pin
CodeGuy23-Aug-01 6:58
CodeGuy23-Aug-01 6:58 
AnswerRe: How to show a window in full screen? Pin
Tomasz Sowinski23-Aug-01 7:36
Tomasz Sowinski23-Aug-01 7:36 
GeneralRe: How to show a window in full screen? Pin
Maer72723-Aug-01 18:29
Maer72723-Aug-01 18:29 
GeneralString to date Pin
norbland23-Aug-01 6:05
norbland23-Aug-01 6:05 
GeneralRe: String to date Pin
Matt Gullett23-Aug-01 6:07
Matt Gullett23-Aug-01 6:07 
GeneralRe: String to date Pin
norbland23-Aug-01 6:19
norbland23-Aug-01 6:19 
GeneralAnother Font Problem: The "Large Fonts" windows setting! Pin
Sprudling23-Aug-01 5:27
Sprudling23-Aug-01 5:27 

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.