Issue with Dialog Background Colour with VS2008
This is a multi-part message in MIME format.
------=_NextPart_000_0098_01C93CA2.854A0900
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I set the dialog background colour
by overriding :
CtestDlg2008Dlg::OnEraseBkgnd(CDC* pDC)
{
// TODO: Add your message handler code here and/or call default
//return CDialog::OnEraseBkgnd(pDC);
CRect mRect;
this->GetClientRect(mRect);
pDC->FillSolidRect(mRect, RGB(0, 0, 128));
return TRUE;
}
Now the problem is all my static label does not follow my background =
colour, setting Transparent property = TRUE of my static control does =
not solve this problem..
Previously with VS6.0 i was using this obsolete function =
SetDialogBkColor(RGB(0,0,128),RGB(255,255,255));
------=_NextPart_000_0098_01C93CA2.854A0900
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; =
charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5512" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>I set the dialog background colour =
</FONT></DIV>
<DIV><FONT face=Arial size=2>by overriding :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>CtestDlg2008Dlg::OnEraseBkgnd(CDC*
pDC)</FONT></DIV>
<DIV><FONT face=Arial size=2>{</FONT></DIV>
<DIV><FONT face=Arial size=2>// TODO: Add your message handler code =
here and/or
call default</FONT></DIV>
<DIV><FONT face=Arial><FONT size=2><FONT face=Arial><FONT =
size=2><FONT
face=Arial size=2></FONT></FONT></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2>//return =
CDialog::OnEraseBkgnd(pDC);</FONT></DIV>
<DIV><FONT face=Arial size=2>CRect mRect;</FONT></DIV>
<DIV><FONT face=Arial =
size=2>this->GetClientRect(mRect);</FONT></DIV>
<DIV><FONT face=Arial size=2>pDC->FillSolidRect(mRect, RGB(0, 0,
128));</FONT></DIV><FONT face=Arial size=2><FONT size=2>
<DIV></FONT><FONT color=#0000ff size=2><FONT color=#0000ff
size=2>return</FONT></FONT><FONT size=2> TRUE;</DIV></FONT></FONT>
<DIV><FONT face=Arial size=2>}</FONT></DIV>
<DIV>
<P><FONT face=Arial size=2>Now the problem is all my static label =
does not
follow my background colour, setting Transparent property = TRUE of my =
static
control does not solve this problem..</FONT></P>
<P><FONT face=Arial size=2>Previously with VS6.0 i was using this =
obsolete
function SetDialogBkColor(RGB(0,0,128),RGB(255,255,255)); </FONT><FONT
face=Arial size=2></FONT></P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2></FONT> </P></DIV></BODY></HTML>
------=_NextPart_000_0098_01C93CA2.854A0900--