How To Change Dialog BackGround Color on the FLy,
-
Hi, I'm writing a MFC dailog app where I wish to be able to change the Dialog client area Background on the FLy. Is there aan easy way of doing this, Regardz Colin Davies
Override the dialog's WM_ERASEBKGND so that the dialog background is not draw, and then in OnPaint draw the background you want. Email me for more help. Jerry ================== The original message was: Hi,
I'm writing a MFC dailog app where I wish to be able to change the Dialog client area Background on the FLy.
Is there aan easy way of doing this,Regardz
Colin Davies -
Override the dialog's WM_ERASEBKGND so that the dialog background is not draw, and then in OnPaint draw the background you want. Email me for more help. Jerry ================== The original message was: Hi,
I'm writing a MFC dailog app where I wish to be able to change the Dialog client area Background on the FLy.
Is there aan easy way of doing this,Regardz
Colin Davies