Why wbrowse of fw not have the header highliths ( XP theme) ?
It is very difficul to make it ?
Regards
silvio
METHOD Button1OnClick( oSender ) CLASS TForm1
static bThemed := .T.
bThemed := !bThemed
::Caption := If( bThemed, "Con", "Sin" ) + " temas"
::Themed := bThemed
AEval( ::Controls, { | oControl | oControl:Themed := bThemed, ;
AEval( oControl:Controls, { | oControl | oControl:Themed := bThemed } ) } )
return
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Carles, Google [Bot] and 71 guests