was this really made in autoit?? i don't see how you added that extra button next to the minimize.. dllcall?? i would prefer source rather than screenshots, kind of a tease that doesn't please... enough.
looks good though
i havent defraged my machine in almost 2 months, because i have 12%> free space, and disk defragmentor says i need atleast 15% to properly run, should i defrag anyways?
i'm going to remove stuff but need more dvd disks this weekend..
edit: gah! this is the second time i posted in scripts and scraps!
froze my system a couple of times.., so it sets the priority of all window processes that are found to realtime, i always thought setting them to normal or lower would make for more speed
awesome
magic colors
i have a suggestion, instead of reg, maybe use inifile instead??
;read
Dim $Color1, $Color1, $MyIni = 'magiccolors.ini'
Global $Color1 = IniRead($MyIni,'Color', 'Color1',$Color1)
Global $Color2 = IniRead($MyIni,'Color', 'Color2',$Color1)
;write
IniWrite($MyIni,'Color','Color1',$Color1)
IniWrite($MyIni,'Color','Color2',$Color2)