color in Windows and Dialogs
Posted: Mon Mar 30, 2009 2:00 pm
Hi Dear,
Currently I m using resource wokshop to design my dialog forms and also using MDI Window, but now I want to change my main MDI window including menu and toolbar and currently I am using command as follows:
DEFINE WINDOW oMainWnd ;
TITLE M_Name ;
MDI ;
COLOR RGB(224,224,128),RGB(64,32,0) ;
MENU BuildMenu() ;
ICON oIco
but using this command, I am able the change the background color of MDi Window, So, can anyone guide me that how can I do it.
Best Regards,
SMA
Currently I m using resource wokshop to design my dialog forms and also using MDI Window, but now I want to change my main MDI window including menu and toolbar and currently I am using command as follows:
DEFINE WINDOW oMainWnd ;
TITLE M_Name ;
MDI ;
COLOR RGB(224,224,128),RGB(64,32,0) ;
MENU BuildMenu() ;
ICON oIco
but using this command, I am able the change the background color of MDi Window, So, can anyone guide me that how can I do it.
Best Regards,
SMA