Arian Kulp's Blog
opinion, insight, and occasional code

Wallpaper Cycler

Monday, June 19, 2006 6:58 AM
Every so often, someone asks about a precompiled version of an application from my article series.  I should have done this in sync with the columns, but oh well.  I'm going to try to get each one published via ClickOnce now.  Here's the link to my Wallpaper Cycler.  It's a relatively simple application to scan a folder, and optionally its subfolders, in order to select an image to show on the desktop.  You can specify a command-line argument of "-autoclose" in order to have it change the background and exit.  This might be useful on system startup.  I should probably add a convenient checkbox to have it start/exit at startup.  I might also add a resize feature to ensure the best quality image for the display.  Some time...

ClickOnce only functions natively in Internet Explorer.  In Firefox, you can install the FFClickOnce extension to enable ClickOnce packages to work.

http://www.ariankulp.com/ClickOnce/Cycler/Publish.htm


UPDATE (6/20/2006): Alright, I'm an idiot.  I already have the "convenient checkbox" in there! I would like to improve the resizing though.



Feedback

# re: Wallpaper Cycler

Arian, I'm a new visitor, etc, etc... I too am interested in the source. Problem is - the ClickOnce is NOT LAUNCHING THE APPLICATION. The start menu file points back to you site, but... I am definitely not advanced enough to debug this.

My ultimate objective is to write an app (.NET that is) to take a photo album, display images in SELECTED SEQUENCE, using TWO MONITORS. meaning; Monitor A shows Photo 1, B:2, A:3, B:4, ... I would have a variable "timer" so that an image stays long enough for a person to "soak it in". I was hoping to study your code an observe the image handling and displaying techniques.

Thanks,
Bob Massey, MasseyEnt@AOL.COM 7/15/2006 10:06 AM | Bob M



Comments have been closed on this topic.