Monday, January 30, 2006 9:39 PM szurgot

Upgrading/Releasing Software: Tray Runner

 I'm upgrading my portfolio with some new programs/upgraded to VS 2005.

The second one I've done is called TrayRunner. (Ok, Stupid name) It's a small app that runs in the tray, and has allowed me to write a few simple plugins that don't need a UI, just an occasional menu item, and hotkey. Pretty easy to build for, and it was a fun way to play with AppDomains and a plugin architecture.

It's got one plugin I'm particularly pround of which is a Multi-Monitor background creator. Pretty straightforward, does just what it says, but it's not as simple as it sounds. The layout for a virtual desktop on multiple monitors is actualy somewhat strange since 0,0 is the upper left of the primary monitor, not the upper left of the virtual desktop, so it creates some strange BMP files for the final background.

Also a simple plugin to allow you to enable/disable the secondary monitors.

You can get it at my main site: http://www.szurgot.net/projects 

Probably could use some more work, but comments and suggestions are always welcome.

Filed under:

Comments

# re: Upgrading/Releasing Software: Tray Runner

Tuesday, January 31, 2006 1:10 PM by LaptopHeaven

Wow. This is great. I was looking for something like this, this morning. I wanted to write some simple WinForms to allow for quick addition of Outlook Tasks and Calendar events. I will have to look into this further this evening. If I write some plugins for this regarding outlook, would you like to include them with the app?

# re: Upgrading/Releasing Software: Tray Runner

Tuesday, January 31, 2006 1:37 PM by Chris Szurgot

LaptopHeaven (Courtney, I guess), I'd be glad to include them. However, the contact link n your blog doesn't seem to work. (email me at firstname@lastname.net)

I've also been thinking about adjusting it to work as a simple panel in Desktop Sidebar (www.desktopsidebar.net) since I generally have that running as well.

# re: Upgrading/Releasing Software: Tray Runner

Thursday, February 02, 2006 10:11 AM by Ziolrooski

Sounds not bad, I'll try it.