Change Window Background Color
- From: jerryy@xxxxxxxxx
- Date: 10 Aug 2005 11:35:34 -0700
Hi,
My question is how to change window background color on the fly, if I
have the window HWND.
I need a method like
void ChangeColorToBlack(HWND hwnd)
{
// code to change the window background color to black.
.......
}
What I would like to do is to enumerate all child windows of a given
window by calling EnumChildWindows, then change the window background
color of each child window
Thank you
.
- Follow-Ups:
- Re: Change Window Background Color
- From: AliR
- RE: Change Window Background Color
- From: RainMan
- Re: Change Window Background Color
- Prev by Date: Re: Order of Message Map Entries - Does It Matter?
- Next by Date: Re: Questions about threads in MFC
- Previous by thread: OnKeyUp and Edit Box
- Next by thread: RE: Change Window Background Color
- Index(es):
Relevant Pages
|