Hi,
I use Visual C++ MFC in Visual Studio, would like to ask how I could change the background color of the main dialogue or put an image as background of the dialogue?
Should it be added in the OnPaint() routine?
Thanks in advance!
Printable View
Hi,
I use Visual C++ MFC in Visual Studio, would like to ask how I could change the background color of the main dialogue or put an image as background of the dialogue?
Should it be added in the OnPaint() routine?
Thanks in advance!
For changing the bk color of your dialog you can use SetDialogBkColor()
For placing an image on your dialog look at this article: Bitmap Dialog Class
Cheers