I have a checkbox that is transparent win 7 not win xp. Using resources, Transparent set at the define dialog.
All workinhg fine except not in windows XP. Any ideas.
Thanks in advance
REDEFINE SELEX oSelect VAR nOption1 OF oDlg1 ID 220;
ITEMS "&ON", "&OFF";
GRADIENT OUTTRACK { { 0.5, 16443068, 16312263 }, ;
{ 0.5, 16312263, 16443068 } } ;
GRADIENT INTRACK { { 1, 5426223, 1071100 }, ;
{ 1, 1071100, 5426223 } } ;
THUMBSIZE 20, 20 ROUNDSIZE 5 ;
COLOR THUMB 14853684 ;
COLORTEXT 128, 32768 ;
TITLE "Select" TOP ;
FONT oFootFont ;
ACTION( If( nOption1 == 2, oDlg1:End(), ) )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 95 guests