Click here to Skip to main content
16,010,876 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: IBuildProject & IApplication Pin
Andrew Walker22-Jun-03 2:55
Andrew Walker22-Jun-03 2:55 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 2:59
YaronNir22-Jun-03 2:59 
GeneralRe: IBuildProject & IApplication Pin
YaronNir22-Jun-03 3:36
YaronNir22-Jun-03 3:36 
GeneralCustom Appwizard help Pin
YaronNir21-Jun-03 21:56
YaronNir21-Jun-03 21:56 
GeneralRe: Custom Appwizard help Pin
Andrew Walker22-Jun-03 1:24
Andrew Walker22-Jun-03 1:24 
GeneralRe: Custom Appwizard help Pin
YaronNir22-Jun-03 1:35
YaronNir22-Jun-03 1:35 
Generalchanging the background color of CEdit Pin
YanivNahum21-Jun-03 21:48
YanivNahum21-Jun-03 21:48 
GeneralRe: changing the background color of CEdit Pin
Ryan Binns21-Jun-03 22:55
Ryan Binns21-Jun-03 22:55 
Have a look at the WM_CTLCOLOR message. You'll have to handle it in your dialog class and return a brush to draw the background of the edit control with.

You can also use WM_CTLCOLOR to change the background of the dialog - have a look at the docs as I can't remember exactly how to. Smile | :)

To change the title bar colour, have a look at one of the (many) articles here on CP about drawing custom title bars, as it's too involved to put here.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralRe: changing the background color of CEdit Pin
Brian Delahunty22-Jun-03 0:45
Brian Delahunty22-Jun-03 0:45 
QuestionHow Can i control net connection? Pin
zhangyifei21-Jun-03 19:56
zhangyifei21-Jun-03 19:56 
AnswerRe: How Can i control net connection? Pin
YanivNahum21-Jun-03 21:45
YanivNahum21-Jun-03 21:45 
GeneralRe: How Can i control net connection? Pin
zhangyifei22-Jun-03 3:57
zhangyifei22-Jun-03 3:57 
GeneralAdding view(s) to the view list of a document Pin
pdunn21-Jun-03 18:59
pdunn21-Jun-03 18:59 
Questionhow can i do? Pin
jing_cao21-Jun-03 15:46
jing_cao21-Jun-03 15:46 
QuestionVC++ Standard ED final .exe program? Pin
DaveE9th21-Jun-03 15:00
DaveE9th21-Jun-03 15:00 
AnswerRe: VC++ Standard ED final .exe program? Pin
Michael Dunn21-Jun-03 17:51
sitebuilderMichael Dunn21-Jun-03 17:51 
GeneralRe: VC++ Standard ED final .exe program? Pin
DaveE9th21-Jun-03 22:27
DaveE9th21-Jun-03 22:27 
GeneralRe: VC++ Standard ED final .exe program? Pin
Ryan Binns21-Jun-03 22:51
Ryan Binns21-Jun-03 22:51 
AnswerRe: VC++ Standard ED final .exe program? Pin
Rick Crone26-Jun-03 10:47
Rick Crone26-Jun-03 10:47 
GeneralTranslate a code snippet from Delphi to C++ Pin
raven200321-Jun-03 14:29
raven200321-Jun-03 14:29 
GeneralRe: Translate a code snippet from Delphi to C++ Pin
Andrew Walker21-Jun-03 18:53
Andrew Walker21-Jun-03 18:53 
GeneralGenesis 3D engine and Visual C++ Pin
DaveE9th21-Jun-03 14:23
DaveE9th21-Jun-03 14:23 
GeneralRe: Genesis 3D engine and Visual C++ Pin
Anonymous21-Jun-03 17:57
Anonymous21-Jun-03 17:57 
GeneralRe: Genesis 3D engine and Visual C++ Pin
Scozturk21-Jun-03 21:48
professionalScozturk21-Jun-03 21:48 
GeneralClueless about regexp groups & captures Pin
Tom Archer21-Jun-03 12:16
Tom Archer21-Jun-03 12:16 

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.