Hi,
Is it possible to have in each column an other backgroundcolor with the normal browse or should I use xBrowse?
Thanks,
Marc
func ColumnColor(ncol)
local ret_val
msginfo(ncol)
if ncol= 1
ret_val = arts->hkleur
else
ret_val = arts->kleur
endif
return ret_val
SetBkColor( hDC, If( nColAct != nil, If( ValType( nClrBack ) == "B",;
Eval( nClrBack, n ), nClrBack ),;
If( ValType( nClrPane ) == "B", Eval( nClrPane, n ), nClrPane ) ) )
SetBkColor( hDC, If( nColAct != nil, If( ValType( nClrBack ) == "B",;
Eval( nClrBack ), nClrBack ), nClrPane ) )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 65 guests