BingWallPaper, how to change the subject of the images?

0
0

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 must to post comments
0
0

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.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.