Can I change programatically the subject of the images, when I use BingWallPaper?. The concept of the changing images on the desktop is a fantastic idea, but I want more control over the images displayed.
Help.
You can but you have to process the entries returned by Bing. Look at the source code of the wallpaper extension at /extensions.
This is the API we use: https://stackoverflow.com/questions/10639914/is-there-a-way-to-get-bings-photo-of-the-day
In the C# code you can see where we parse the response in LoadImages. You can test the metadata (title or text) and filter what you like.
Please login first to submit.