Dear All,
Can I change (define) DIALOG TITLE BAR to another style? I try to put this after DEFINE DIALOG but not successful.
Thanks for any help and idea.
Can I change (define) DIALOG TITLE BAR to another style? I try to put this after DEFINE DIALOG but not successful.
Function Main()
DEFINE DIALOG oDlg RESOURCE "MYDIALOG" TITLE "My New Style Dialog"
NewDlg( oDlg )
ACTIVATE DIALOG
return nil
Function NewDlg( oDlg )
oDlg:nStyle := nOr( WS_CHILD, WS_POPUP )
oDlg:Say( 0, 0, rtrim(oDlg:cCaption), nRGB( 153,217, 234),nRGB( 0, 162, 232),,2) Â // nAlign 2 = CENTER (I think)
oDlg:SayBitmap( oDlg:nTop+5, oDlg:nWidth-15, 'EXIT', 25, 20 )
returnThanks for any help and idea.
Regards,
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 2304 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)

