Click here to Skip to main content
Licence LGPL3
First Posted 1 Jun 2009
Views 24,292
Downloads 1,463
Bookmarked 63 times

WPF Application Launchpad

By Honk McSchlonk | 1 Jun 2009
An easy way to launch your most common applications with one click

1

2
1 vote, 11.1%
3
3 votes, 33.3%
4
5 votes, 55.6%
5
4.43/5 - 9 votes
μ 4.43, σa 1.27 [?]
Rocket02.png

Introduction

Yet another tool that helps you to launch your favorite applications. I also like Launchy or the RocketDock, but I wanted to have something simple where I can access my most used apps with one click.

You can access the application by clicking the icon in the notification area of the task bar.

Using the Code

The app itself is really simple. I use a small domain model consisting of two classes: One class to represent the categories (like Office, Development, etc.) and another which is composed inside the categories and represent the shortcuts. All this is accessible by a context object which uses a change tracking and persistence framework and XML files as backend.

The synchronization between model and UI is completely done by databinding: There are two nested items controls: One for the category and the nested one for the shortcuts. The logical representation of the application state and the functionalities are aggregated in the MainViewModel.

A "goodie" is that each link is surrounded by a color which is the average of the icon color (implemented in the AmbilightConverter).

Points of Interest

I learned something interesting about usability which I never realized before: I mentioned that if you want to access the app, you have to click the notify icon - which is quite small, at least smaller than the start button of the start menu. You have to "concentrate" a lot if you want to hit the icon - it's MUCH harder than hitting the start button. Even if the start button is bigger, it's not _so_ much bigger than a notify icon - WRONG! Then I realized that the start button is indefinitely big, because it goes beyond the corners of your screen, so you just have to push your mouse in the corner of your screen - and you will hit it automatically! So if you have an item which is very important and must be very easily accessible, think about placing it in one of your corners!

Open Issues

There is no way of extending the application externally. Right now, we can just run shortcuts. It could be nice having a mechanism that enabled you to implement a different behavior for the shortcuts, e.g. opening another menu, etc.

Maybe it would be nice replacing the start menu with this, which I did not do yet. Or implementing a hot key mechanism.

Extracting the Filesystem Icons

For this task, I used a nice implementation from vbAccelerator which saved me a lot of work. The licence can be found here.

Have fun!

History

  • 1st June, 2009: Initial post

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)

About the Author

Honk McSchlonk



Germany Germany

Member


Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMissing resource Pinmembersinun21:17 10 Sep '09  
GeneralRe: Missing resource [modified] PinmemberRonald Schlenker0:45 14 Sep '09  
Hi Sinun!
 
Thanks for the compliment, it's nice to hear that somebody finds the work useful. The "WindowButtonTemplate" resource is in the external assembly "Technewlogic.WpfShell", which is referenced by the project (which should not be a problem if you want to compile the project). If you would like to have a look at the XAML resources, I could send them to you (I cannot attach any more files here, unfortunately).
 
Cheers!
 
modified on Monday, September 14, 2009 6:03 AM

GeneralRe: Missing resource Pinmembersinun0:14 25 May '10  
GeneralRe: Missing resource Pinmemberjustinlavelle10:16 13 Jan '11  
GeneralRe: Missing resource Pinmemberthastyle12:09 19 Sep '11  
QuestionVery nice but appears not to save/load settings??? PinmemberMike Tuersley4:57 10 Jun '09  
AnswerRe: Very nice but appears not to save/load settings??? PinmemberRonald Schlenker22:35 10 Jun '09  
GeneralRe: Very nice but appears not to save/load settings??? PinmemberMike Tuersley6:44 11 Jun '09  
GeneralI do not know how to use it PinmemberSeraph_summer11:26 1 Jun '09  
GeneralRe: I do not know how to use it PinmemberRonald Schlenker12:00 1 Jun '09  
GeneralCompiled version PinmemberiSHR!6:27 1 Jun '09  
GeneralRe: Compiled version PinmemberRonald Schlenker7:43 1 Jun '09  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120210.1 | Last Updated 1 Jun 2009
Article Copyright 2009 by Honk McSchlonk
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid