My screensaver Running Matrix
WWW Link has an issue under Vista where the settings set in Control Panel isn't applied to the screensaver when it's running.
I used .NET's Properties.Settings to store the settings, but for some reason it didn't work well on Vista. I tried MSDN to find out what it could be, but with no luck.
So I ended up having to reinvent the wheel and write custom code to store the settings on Vista systems.
The beta is here:
WWW LinkHowever, when I tried it on my main system, the thumbnail preview didn't work in the Control Panel.
It did however work on my second Vista system. And it also worked on my laptop running XP. Why it didn't work on my main system is a mystery as I didn't touch the code for the preview.
So I'm asking that a few people try the new beta and post back their experience.
Try it and answer there questions:
1. Your system specs:
CPU
Graphics card
RAM
OS
.NET version
Number of monitors
WB or any similar applications installed?
2. Did it run? If it didn't, did you get any errors?
2a. Did the old version work?
3. Did the little thumbnail preview in control panel work?
4. Did the settings work when the screensaver is started by Windows? (Just clicking the Preview button in Control Panel doesn't count.)
5. If you're running Vista, do you have UAC on? The screensaver on Vista stores the settings in an xml file where the screensaver is located. Which means in the System32 folder, I'm wondering if that might make the UAC to kick in. I've not got around to test it yet. I might move it to the application settings folder instead.
I've just started looking into making the screensaver use hardware accelerated DirectX. But that's for a much later version 2. I got other projects queuing up before that.