Search found 2 matches

by istkharsma
Mon Mar 30, 2009 4:03 pm
Forum: FiveWin for CA-Clipper
Topic: color in Windows and Dialogs
Replies: 3
Views: 4968

Re: color in Windows and Dialogs

Hello Dear,

Please find PRF code for toolbar section

DEFINE BUTTONBAR oBar 3D SIZE 40,40 OF oMainWnd

DEFINE BUTTON RESNAME "T_EXIT" OF oBar NOBORDER ;
TOOLTIP "Exit" ACTION (iRtrn:=Exit(.T.))
DEFINE BUTTON aBRts_Obj[++n] RESNAME "T_CHART" OF oBar GROUP NOBORDER ;
TOOLTIP "Chart Of Accounts ...
by istkharsma
Mon Mar 30, 2009 2:00 pm
Forum: FiveWin for CA-Clipper
Topic: color in Windows and Dialogs
Replies: 3
Views: 4968

color in Windows and Dialogs

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 ...