Alright, so the idea spawned from this post, and it's just a small project I felt like working on...
The idea is to dynamically edit any wallpaper you choose to display in order to colorize the Vista taskbar when it is translucent. It's a pretty cool technique, but it would suck to have to edit every image you want to use as your wallpaper, especially if you like to change your wallpaper quite often. This small freeware program I am going to write will take care of all that, as well as create a temporary image so that your original is not tarnished in any way.
The first task at hand is to determine how to detect when the desktop wallpaper is changed. I've written several programs here and there in Java and C#, but none that really dealt with monitoring a change in the system like this.
So, does anybody have any pointers, specifically for use with .NET? I searched Google and The Code Project for some tips, but I couldn't really phrase the search well enough to get what I needed. Or maybe they're just not out there :laugh:
Off the top of my head, with no investigation whatsoever (it's 2AM here and I'm exhausted), I'm thinking to monitor the registry value that points to the wallpaper image, but once again I haven't investigated yet and I don't know if that's really the best way to do it.
Once I figure out how to do this, I should be fine.
The better these AI models get, the more this is going to happen. It's gonna turn into government versus government in regards to using proprietary and unavailable security research models to basically find flaws and vulnerabilities in other governments or companies systems. It's basically turning into a cybersecurity arms race.
This is actually a good thing. The better AI gets, the more restricted and expensive it's going to become, making it far less mainstream. This is good 👍
Question
gigapixels Veteran
Alright, so the idea spawned from this post, and it's just a small project I felt like working on...
The idea is to dynamically edit any wallpaper you choose to display in order to colorize the Vista taskbar when it is translucent. It's a pretty cool technique, but it would suck to have to edit every image you want to use as your wallpaper, especially if you like to change your wallpaper quite often. This small freeware program I am going to write will take care of all that, as well as create a temporary image so that your original is not tarnished in any way.
The first task at hand is to determine how to detect when the desktop wallpaper is changed. I've written several programs here and there in Java and C#, but none that really dealt with monitoring a change in the system like this.
So, does anybody have any pointers, specifically for use with .NET? I searched Google and The Code Project for some tips, but I couldn't really phrase the search well enough to get what I needed. Or maybe they're just not out there :laugh:
Off the top of my head, with no investigation whatsoever (it's 2AM here and I'm exhausted), I'm thinking to monitor the registry value that points to the wallpaper image, but once again I haven't investigated yet and I don't know if that's really the best way to do it.
Once I figure out how to do this, I should be fine.
Thanks! :)
Link to comment
https://www.neowin.net/forum/topic/567779-net-detect-wallpaper-change/Share on other sites
4 answers to this question
Recommended Posts