ok. thanks Pandax. i have found [today] how to give text glow to the black text, thou not diffeent text color for each position[hot, or hotselected], and not shadowtext enable[perchaps i have done something wrong on this, or not be possible].
also i dont know how to add more density to the glow, forexample if i use textglow:int = 6 ,[and glowcolor white] i dont know how to do this glow effect more compact, if i change the value of this , for example if i use textglow:int = 2 that does not give me solution , because it ''changes'' the glow's ''shape'', what i meAN is that [if there is noother solution] i want textglow:int = 6 (for example) ''glow circular shape'' be more white overall.
Also when i use folders on a window, not as icons, but as ''details'' glow text proprtie is not applied to all the words[just only to the word of the name of the folder, not to the date modified, Type etc categories.
see on word Shell of the current folder on image the glow arround it.
------------------------------------------
FOR HAVING GLOW ON OUR TEXT
adding properties : Explorer and Shell > explorer > listview > ------------> add properties COMPOSITED:BOOL (SELECT IT), TEXTGLOW:BOOL (SELECT IT), TEXTGLOWSIZE:INT [ USE A NUMBER BIGGER THAN 0], GLOWCOLOR:COLOR [SELECT THE COLOR U LIKE]
THEN adding properties : Explorer and Shell > explorer > listview > LISITEM --------->
IMAGECOUNT:INT [I HAVE SETTED 6, AS I USE AN IMAGE HAVING 6 VERTICAL POSITIONS EACH FOR ANY POSITION, first for norml, second for hot etc]
IMAGEFILE:IMAGE (INSERTING THE IMAGE)
SIZINGMARGINS:MARGINS [FOREXAMPLE 4, 4, 4, 4]
CONTENTMARGINS:MARGINS [FOREXAMPLE 4, 4, 4, 4]
BGTYPE:ENUM > IMAGEFILE
SIZINGTYPE:ENUM STRECH
IMAGELAYOUT:ENUM VERTICAL
THEN REMOVE all properties included on NORMAL, HOT , SELECTED, DISABLED, SELECTED NOT FOCUS, and HOTSELECTED. of Explorer and Shell > explorer > listview > LISITEM
then go to List,menu and Tabs > LISTVIEW > GROOPHEADER and add propertie TEXTGLOWSIZE:INT = 0 because the previous modification on Explorer and Shell > explorer > listview > affects also to List,menu and Tabs > LISTVIEW > GROOPHEADER text color, so for not affect we add a propertie of 0 text glow size.
-------------------------------------
thou adding glow on the text is not my style[i dont use as i dont like it]. i would preffer finding a solution having white text color on host and host selected. [ on microsoft Windows clasic we do have white text when mouse over].
so we have to look for.