For Each o In DesktopX.Objects
o.hue = 30
Next
ok.. how the hell did i go all these years progamming in DX and NOT know this was out there.. WOW!
This little bit of code is so cool.. with this i could make every object "fade" out, or "invisible" no matter how many objects, and without having to make an array of names.
With this little bit of code, i could (if my objects are named correct.. ie: Main_BG, Main_Open, Main_Close, Small_BG, Small_Open, etc) swap states with about 5 lines of code, or hide parts of my gadget. This just rocks.
And yse it does work to change the hue/color/brightness, etc... AWESOME!!!!
Martin, im STILL learning from you!