VistaStyleBuilder

Other => Other => Topic started by: 3am on December 20, 2014, 05:33:55 pm



Title: Notification Area Frame
Post by: 3am on December 20, 2014, 05:33:55 pm
Getting rid of that black frame in Notification area.

Replace the borderthickness here

<scrollviewer layoutpos="client" id="atom(list)" xscrollable="false" xbarvisibility="never" yscrollable="true" ybarvisibility="always" borderthickness="rect(1rp,1rp,1rp,1rp)" sheet="common" accessible="true" accname="scrollviewer" accrole="list">

with

<scrollviewer layoutpos="client" id="atom(list)" xscrollable="false" xbarvisibility="never" yscrollable="true" ybarvisibility="always" borderthickness="rect(0rp,0rp,0rp,0rp)" sheet="common" accessible="true" accname="scrollviewer" accrole="list">

in taskbarcpl.dll to get this:

(http://i632.photobucket.com/albums/uu41/3am_2009/Capture_zpsd9ad52f0.png)


Or add a bordercolor after the borderthickness to change the color like here:

(http://i632.photobucket.com/albums/uu41/3am_2009/capture2_zpsf234a968.png)


Title: Re: Notification Area Frame
Post by: drakkar1969 on December 25, 2014, 12:26:32 am
Thanks, 3am!


Title: Re: Notification Area Frame
Post by: JMB on December 25, 2014, 07:06:30 am
Awesome!

Added bordercolor="gtc(CONTROLPANELSTYLE,17,0,3821)" (copy/paste from the line above that code) so it would match up with any theme.

(http://i.imgur.com/kKyrm74.png)

Glad you found it, 3am  :) Thanks  ;)


Title: Re: Notification Area Frame
Post by: 3am on December 25, 2014, 02:42:27 pm
btw DirectUI editing was detailed a long time ago by Panda X here:

http://vistastylebuilder.com/forum/index.php?topic=215.0

That's where I learned it


Title: Re: Notification Area Frame
Post by: JMB on December 25, 2014, 04:52:27 pm
btw DirectUI editing was detailed a long time ago by Panda X here:

http://vistastylebuilder.com/forum/index.php?topic=215.0

That's where I learned it

Bookmarking that for sure  :)