PDA

View Full Version : ActionCenterCpl.dll & ActionCenter Uifle help!



RBCC
July 28th, 2011, 05:04 AM
<element id="atom(HeaderArea)" layoutpos='top' layout='borderlayout()' class="FlyoutBkgd">

<button id="atom(HeaderButton)" layoutpos="top" layout="borderlayout()" class="NotificationClass">

<element id="atom(Header)" layoutpos='top' layout='borderlayout()' contentalign="topleft" background = "argb(0,0,0,0)">

<element layoutpos='left' layout='FlowLayout(0, 2, 2, 2)' background='argb(0,0,0,0)' contentalign="topleft">

<element id='atom(HeaderIconGood)' layoutpos='none' padding='rect(0rp,0rp,5rp,0rp)' background='argb(0,0,0,0)'

content="icon(1, sysmetric(11), sysmetric(12), library(actioncenter.dll))" contentalign="topleft"

/>

<element id='atom(HeaderIconWarning)' layoutpos='none' padding='rect(0rp,0rp,5rp,0rp)' background='argb(0,0,0,0)'
Where in the uifile file does the font get changed? I am working in the actioncentercpl.dll and actioncenter uifile!
content ="icon(2, sysmetric(11), sysmetric(12), library(actioncenter.dll))" contentalign="topleft"
Thank you, John

Mr GRiM
July 28th, 2011, 01:06 PM
these text colours can all be set in the msstyles using windows style builder

RBCC
August 5th, 2011, 05:53 AM
Can I put a graphic there also? John

RBCC
August 5th, 2011, 07:32 AM
Thank You! John