Click here to Skip to main content
15,927,212 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to convert CString to int Pin
(Steven Hicks)n+19-Jan-04 9:33
(Steven Hicks)n+19-Jan-04 9:33 
AnswerRe: How to convert CString to int Pin
(Steven Hicks)n+19-Jan-04 9:33
(Steven Hicks)n+19-Jan-04 9:33 
AnswerRe: How to convert CString to int Pin
Michael Dunn9-Jan-04 17:07
sitebuilderMichael Dunn9-Jan-04 17:07 
GeneralRe: How to convert CString to int Pin
Jagadeesh VN9-Jan-04 18:19
Jagadeesh VN9-Jan-04 18:19 
GeneralRe: How to convert CString to int Pin
Tim Smith10-Jan-04 4:43
Tim Smith10-Jan-04 4:43 
GeneralRe: How to convert CString to int Pin
Jagadeesh VN11-Jan-04 8:42
Jagadeesh VN11-Jan-04 8:42 
GeneralWindow Background color Pin
yuvald9-Jan-04 8:39
yuvald9-Jan-04 8:39 
GeneralRe: Window Background color Pin
Michael Dunn9-Jan-04 17:09
sitebuilderMichael Dunn9-Jan-04 17:09 
OnPaint() is where you draw the contents of the window, so you just create a brush of the color you want and fill the client area with that brush.
Alternatively, if you will always use the same color, create the brush first and set your window class up to use that brush for the background.

--Mike--
Ericahist | CP SearchBar v2.0.2 | Homepage | 1ClickPicGrabber New v2.0! | RightClick-Encrypt
You cannot truly appreciate Dilbert unless you've read it in the original Klingon.
GeneralRe: Window Background color Pin
yuvald9-Jan-04 22:23
yuvald9-Jan-04 22:23 
GeneralRe: Window Background color Pin
Jijo.Raj9-Jan-04 19:06
Jijo.Raj9-Jan-04 19:06 
GeneralRe: Window Background color Pin
yuvald9-Jan-04 22:17
yuvald9-Jan-04 22:17 
Generaladding a C file to a CPP proj Pin
ABean9-Jan-04 8:14
ABean9-Jan-04 8:14 
GeneralRe: adding a C file to a CPP proj Pin
Maximilien9-Jan-04 8:39
Maximilien9-Jan-04 8:39 
GeneralRe: adding a C file to a CPP proj Pin
ABean9-Jan-04 13:05
ABean9-Jan-04 13:05 
GeneralLooking for an IDE with source code!!! Pin
Jagadeesh VN9-Jan-04 7:50
Jagadeesh VN9-Jan-04 7:50 
GeneralRe: Looking for an IDE with source code!!! Pin
ABean9-Jan-04 8:08
ABean9-Jan-04 8:08 
GeneralRe: Looking for an IDE with source code!!! Pin
Jagadeesh VN9-Jan-04 8:16
Jagadeesh VN9-Jan-04 8:16 
GeneralDisable Mouse clicks inside rich edit control Pin
Anonymous9-Jan-04 7:44
Anonymous9-Jan-04 7:44 
GeneralRe: Disable Mouse clicks inside rich edit control Pin
David Crow9-Jan-04 7:47
David Crow9-Jan-04 7:47 
GeneralRe: Disable Mouse clicks inside rich edit control Pin
Michael Dunn9-Jan-04 17:13
sitebuilderMichael Dunn9-Jan-04 17:13 
GeneralPropertySheet question Pin
rpadrela9-Jan-04 7:22
rpadrela9-Jan-04 7:22 
GeneralRe: PropertySheet question Pin
rpadrela9-Jan-04 7:25
rpadrela9-Jan-04 7:25 
QuestionHow to update dialog box? Pin
yodlee999-Jan-04 6:50
yodlee999-Jan-04 6:50 
AnswerRe: How to update dialog box? Pin
David Crow9-Jan-04 7:50
David Crow9-Jan-04 7:50 
GeneralVirtual Function Question Pin
TFrancis9-Jan-04 6:28
TFrancis9-Jan-04 6:28 

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.