Click here to Skip to main content
6,595,854 members and growing! (17,996 online)
Email Password   helpLost your password?
Web Development » Applications & Tools » General     Intermediate License: The Code Project Open License (CPOL)

A Cool Way to Navigate Your 'Start' Menu that Integrates with your Desktop

By Shaun Harrington

A type ahead style combobox control contained in a desk band that builds lists of shortcuts from your Start menu
C++, Windows, Visual Studio, Dev
Posted:30 Jun 2006
Updated:3 Jan 2007
Views:153,832
Bookmarked:100 times
Announcements
Loading...
 
Search    
Advanced Search
Add to IE Search
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
46 votes for this article.
Popularity: 7.70 Rating: 4.63 out of 5
2 votes, 4.3%
1
1 vote, 2.2%
2
2 votes, 4.3%
3
4 votes, 8.7%
4
37 votes, 80.4%
5

NOTE: For the latest news and updates, consider checking the official SmartStartMenu Web site.

smartstartmenu.jpg

Introduction

SmartStartMenu for Windows essentially gives you a way to turn the process of running almost any program into a two or three key-stroke effort. Maybe you are wondering why one would want to do that when you can just make a desktop shortcut or a 'Quick Launch' toolbar item and I'll tell you. SmartStartMenu lets you run almost *any* program that is on your 'Start' menu in just a few key-strokes... not just the ones you use the most. It shows you a matched list based on the criteria you have typed to help guide you in real time. Since it is based on your 'Start' menu, you can configure it through your 'Start' menu and reduce clutter on your desktop and your 'Quick Launch' toolbar. I like to use my desktop like a real desktop... I keep what I need for my current tasks at hand. I don't want my desktop all cluttered with shortcuts to programs. With a little tweaking of your 'Start' menu, you can configure any program that you want to be run by any three or four letter key-stroke that you want. As you type into SmartStartMenu, a type ahead style list is generated on the fly from your 'Start' menu. Select the desired item (or just press the 'Enter' key if the item is already selected) and the program is started just like you had selected the 'Start' menu item directly. It is actually VERY simple. You can also type a path to open Explorer, a Web site to open your browser, or a system command such as 'cmd' or 'mspaint'.

Demo Project

The demo project download is a quick way to take a look at the source code if you are interested. Suggestions and comments are appreciated. One thing that you may find interesting is the code used to decode and interpret the data in the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist key of the registry. There are also some simple uses of the STL map and string classes, a simple 'desk band' Framework gleamed from Microsoft examples, sub-classes of both the MFC CComboBoxEx and CEdit classes that do some special key stroke processing to enable the type-ahead functionality, ROT13 decoding snippet used to decrypt the 'User Assist' data in the registry, and a performance oriented flavor of 'shortcut resolving' code that was helped along by the previous efforts of Igor Vigdorchik and his 'How to Create and Resolve a Shortcut' article.

Latest Release

If you just want to grab the latest release and start using the tool, click here. The download is a self-extracting setup. Just download and run it.

The code is pretty solid (and getting better all the time), but here is a list of known issues and future enhancements under consideration.

  • Issues
    • You must restart Windows after Upgrades.
  • Suggestions
    • Put icons in the dropdown list and edit control.
    • Hook into 'Desktop' search tools to find programs by name and add them to the list too.
    • Do a tray icon and pop-up the control when clicked.
    • Ability to omit shortcuts based on the file type of the target.
    • Support for 64-bit XP.
    • Impersonate user... "run as".
    • Command line merging and/or overriding.

Your comments are very important to me... do not hesitate to post suggestions and issues in the comments section below.

Using SmartStartMenu

When setup has completed successfully, you must RIGHT-BUTTON click within the clock area of your taskbar, select the 'Toolbars' sub-menu and then select the SmartStartMenu menu item.

If your taskbar is 'unlocked', you can resize the SmartStartMenu toolbar to display more information. You can also drag the toolbar to the top of the screen to get the maximum display area available.

For more information, get the help file by clicking here.

Upgrading and Uninstalling

When upgrading, it is necessary to restart Windows for the changes to take effect.

When uninstalling, it is advised that you hide the SmartStartMenu. If you fail to do so, the toolbar will continue to be available until the shell is restarted. While in this state, using the taskbar's 'toolbar' menu will cause an empty menu item to be displayed on the menu until you either select the menu item or restart Windows.

History

You can view the revision history here.

Credits

Finally

If I left out any details you think should be mentioned in the article, please let me know.

If you could take one last second to rate this article or even leave a comment, it would be much appreciated.

Thanks for reading!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Shaun Harrington


Member
16yrs of GUI programming experience gained at: (most recent first) BlackBall, Veritas, Seagate Software, Arcada, Stac, Mountain, and Emerald Systems.

Languages/Scripting: C, C++, JAVA, BASIC, JAVASCRIPT, HTML, XML, PHP, and SQL

Tools: MS Visual Studio, MS Visual SourceSafe, CVS, PVCS, Bounds Checker, VMWare, ToDoList, InstallShield, and Office Applications

Libraries and API: RTL, STL, WIN32, MFC, ATL, .NET, ActiveX, DirectX, COM, DCOM, Shell Extensions, and Shell Namespaces

Strengths: Honest, communicative, keen eye for usability, good at estimating workload and completion dates, ready to take on grunt work, team player, experienced working with QA, localization, Tech Pubs, Sales, and Marketing teams.

Occupation: Web Developer
Location: United States United States

Other popular Applications & Tools articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 25 of 316 (Total in Forum: 316) (Refresh)FirstPrevNext
GeneralCombo box does not appear PinmemberBob Flynn0:58 29 Sep '07  
GeneralRe: Combo box does not appear PinmemberShaun Harrington5:36 6 Oct '07  
GeneralRe: Combo box does not appear PinmemberBob Flynn12:45 6 Oct '07  
GeneralRe: Combo box does not appear PinmemberShaun Harrington6:16 7 Oct '07  
General64-bit version Pinmemberashishdange8:34 20 Sep '07  
GeneralRe: 64-bit version PinmemberPortatofe6:10 2 Oct '08  
Questionhow to erase the backcolor and set it to "transparent"? Pinmemberchinalinuxworld18:26 3 Jun '07  
AnswerRe: how to erase the backcolor and set it to "transparent"? PinmemberShaun Harrington4:56 4 Jun '07  
AnswerRe: how to erase the backcolor and set it to "transparent"? PinmemberShaun Harrington4:57 4 Jun '07  
Questionwhere is msi.lib and srchband.lib Pinmemberchinalinuxworld18:21 29 May '07  
AnswerRe: where is msi.lib and srchband.lib PinmemberShaun Harrington5:36 30 May '07  
QuestionRe: where is msi.lib and srchband.lib PinmemberShaun Harrington5:42 30 May '07  
QuestionCan I filter some keywords, let say 'uninstall' Pinmemberedwinyeah0:11 16 Apr '07  
AnswerRe: Can I filter some keywords, let say 'uninstall' PinmemberShaun Harrington5:22 16 Apr '07  
GeneralRe: Can I filter some keywords, let say 'uninstall' Pinmemberedwinyeah17:19 16 Apr '07  
General1.54 is up!!! PinmemberShaun Harrington8:18 10 Mar '07  
GeneralCan't get SSM to work Pinmemberfkuykend15:08 9 Mar '07  
GeneralRe: Can't get SSM to work PinmemberShaun Harrington4:47 10 Mar '07  
GeneralRe: Can't get SSM to work PinmemberShaun Harrington7:08 10 Mar '07  
GeneralRe: Can't get SSM to work PinmemberShaun Harrington4:49 19 Mar '07  
Generallittle prob if you'll correct your search Pinmembern-av14:17 18 Feb '07  
GeneralRe: little prob if you'll correct your search PinmemberShaun Harrington10:17 5 Mar '07  
GeneralMultiple paths for ssmcmx Pinmemberneomember19:02 3 Feb '07  
GeneralRe: Multiple paths for ssmcmx PinmemberShaun Harrington8:36 5 Feb '07  
GeneralToolbar doesn't show up in the list PinmemberBluebill13:26 30 Jan '07  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 3 Jan 2007
Editor: Deeksha Shenoy
Copyright 2006 by Shaun Harrington
Everything else Copyright © CodeProject, 1999-2009
Web21 | Advertise on the Code Project