
I would like to change the background color of a dialog box
Try SetDialogBkColor(RGB(r,g,b));
in the App before you call the DoModal();
Quote:
>Hi,
>I'm writing a dialog based application,
>I would like to change the background of the main-dialog, can somebod help
>me on this.\
>Thxs