Simple way to change dialog's background and text colors
Posted
by Nikolay Sokratov
on February 8th, 1999
BOOL CMyApp::InitInstance()
{
...
// lets set red background and green text for our dialogs
SetDialogBkColor(RGB(255, 0, 0), RGB(0, 255, 0));
...
}
Last updated: 13 May 1998

Comments
readonly
Posted by Legacy on 10/21/2003 12:00amOriginally posted by: bruno leclerc
In OnCtlColor function, I would like to know if the ctrl is readonly or not. How can I do ? GetWindowLong with ES_READONLY seems to not work.
ReplyThanks
Chage Color Of Message WIndow in Vb
Posted by Legacy on 07/01/2003 12:00amOriginally posted by: kaleem
How To Change a any color of message window in vb6
ReplyBackground color of CCeCommandBar
Posted by Legacy on 05/16/2003 12:00amOriginally posted by: Guth
ReplyWhat about Property Sheets and Property Pages?
Posted by Legacy on 02/19/2003 12:00amOriginally posted by: mkubo
Your instruction works well for dialogs without property sheets and property pages. How can I change the colors of the property sheet and property page tabs? Thanks so much!
Replyhow to change the dialog box color from dialog box itself(by clicking the button)
Posted by Legacy on 02/11/2003 12:00amOriginally posted by: jhansi
Replywww.habib.gq.nu
Posted by Legacy on 08/25/2002 12:00amOriginally posted by: Habib Ahmed
gr8
Replydialog bk color technique
Urgent need of help! Pls, tell me how to change color of different dialogs from one place?
Posted by Legacy on 03/17/2002 12:00amOriginally posted by: Girija
ReplyText Color w/o GUI
Posted by Legacy on 02/08/2002 12:00amOriginally posted by: Allan
Can anyone tell my how to change the color in a C++ program without turning it into a GUI interface. Is this even possible? Any help would be greatly appreciated.
Replycolors for visual basic screens
Posted by Legacy on 01/18/2002 12:00amOriginally posted by: chandra sekhar.k.
can any one help me out !!!. I want to change the color for SS.tab dialog control
ReplyAnd.. How Can I do the same but without MFC (Using API only)
Posted by Legacy on 01/17/2002 12:00amOriginally posted by: Hector
I work win Win32 API.. How Can I change the back color of a dialog??
ReplyLoading, Please Wait ...