WinSetPresParam (WinWindowFromID (Dialog, DLG_OK_BUTTON),  
                 PP_FOREGROUNDCOLOR, sizeof (ULONG), &Text_color);

WinSetPresParam (WinWindowFromID (Dialog, DLG_OK_BUTTON),  
                 PP_BACKGROUNDCOLOR, sizeof (ULONG), &Background_color);
