#include "FiveWin.ch"
function Main()
local oDlg
SetDlgGradient( { { 1, RGB( 199, 216, 237 ), RGB( 237, 242, 248 ) } } )
DEFINE DIALOG oDlg
oDlg:lTransparent = .F.
@ 1, 2 SAY "Hello" COLOR "R+/B"
ACTIVATE DIALOG oDlg CENTERED
return nil
#include "FiveWin.ch"
function Main()
local oDlg
SetDlgGradient( { { 1, RGB( 199, 216, 237 ), RGB( 237, 242, 248 ) } } )
DEFINE DIALOG oDlg
@ 1, 3 SAY "with gradient"
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT BuildMyDifferentSay( oDlg )
return nil
function BuildMyDifferentSay( oDlg )
@ 5, 4 SAY "without gradient" COLOR "R+/B"
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 70 guests