Title: [Solved ]explorer Background in windows 7 X64 Post by: koumy on September 29, 2009, 11:45:35 am Hi
I'm new in this forum and experiencing VSB . ( not easy since there is no documentation lol ) I started few days ago reading tips but I don't know how to change explorer background ( succeeded with tree panel background ) Is there a way to change from white defaut to another color ? is transparent background possible too ( as seen with windowsblind users ) ? (http://img190.imageshack.us/img190/4730/snap1zv.th.jpg) (http://img190.imageshack.us/my.php?image=snap1zv.jpg) Another point is it norma I don't habe any settings in that menu " common places " ?? (http://img268.imageshack.us/img268/4682/snap11a.th.jpg) (http://img268.imageshack.us/my.php?image=snap11a.jpg) Thanks for helping ! koumy Title: Re: explorer Background in windows 7 X64 Post by: rajtheeban on September 29, 2009, 11:59:29 am Welcome or Bienvenue !
tu dois être Français ? donc pour l'arrière fond, je sais pas si sous windows 7 on peut le faire à partir de VSB, mais tu réussiras quand même si tu effectues quelques modifications dans ton shellstyle: cherche le texte suivant et change la ligne "background" (ici en rouge) vers ta couleur à chaque fois que tu le vois (ce texte apparait 5 ou 6 fois je sais plus) <if id="atom(clientviewhost)"> <ViewHost foreground="themeable(ARGB(255, 0, 0, 0), windowtext)" background="themeable(ARGB(255, 255, 255, 255), window)" sortcolumn="themeable(ARGB(255, 255, 255, 255), window)" subtext="ARGB(255, 139, 139, 139)" animation="rectangle|s|fast" tu peux trouver une liste complète des codes de couleurs: http://en.wikipedia.org/wiki/List_of_colors 2) pour la deuxième question oui je crois que c'est normal, chez moi c'est pareil (vista) Title: Re: explorer Background in windows 7 X64 Post by: koumy on September 29, 2009, 12:18:50 pm Merci de ta réponse rapide !
Malheureusement j'avais déjà vu un sujet identique et sous 7 je me retrouve avec ces lignes un peu différentes : <if id="atom(clientviewhost)"> <ViewHost foreground="windowtext" background="themeable(gtc(ItemsView, 0, 0, 3802), window)" sortcolumn="themeable(gtc(ItemsView, 0, 0, 3802), window)" subtext="ARGB(255, 139, 139, 139)" a quoi correspond "gtc" et pourquoi ce code "3802" ? ( c'est bien le fichier shellstyle.dll du repertoire resource/theme et non pas celui du repertoire system32 ? ) J'avoue que je patauge là ^^ ! Title: Re: explorer Background in windows 7 X64 Post by: rajtheeban on September 29, 2009, 12:36:27 pm et lorsque tu remplaces background="themeable(gtc(ItemsView, 0, 0, 3802), window)" par background="themeable(ARGB(255, 255, 255, 255), window)" ca donne quoi??? (pareil pour sortcolumn) Title: Re: explorer Background in windows 7 X64 Post by: koumy on September 29, 2009, 02:02:45 pm Je testerai et te dirai ça en rentrant du taf
Merci pour l'autre post , je viens de découvir en effet que le bouton "add property" apparaissait parfois ! Title: Re: explorer Background in windows 7 X64 Post by: Spitzen on September 29, 2009, 04:36:44 pm I don't speak french, that's why I suggest my solution. In 7 you don't need to modify the shellstyle.dll, it's now connected in the msstyles directly:
Windows 7 > Explorer & Shell > Explorer > Items View (FILLCOLOR:COLOR) Title: Re: explorer Background in windows 7 X64 Post by: koumy on September 29, 2009, 04:50:36 pm @rajtheeban
j'ai testé et en fait ça rend l'arborescence ( volet gauche ) blanc ! et aucun changement à droite Par contre Spitzen a trouvé !! Merci de ton aide @spitzen thank you very much !! you're a saver and very kind to help despite we both talk french with rajtheeban :) Thanks and excuse me for further questions but I have to practice with VSB ;) |