Welcome Guest.   Make a donation to an author on the site November 21, 2009, 12:09:36 AM  *

Please login or register.
Or did you miss your validation email?


Login with username and password (forgot your password?)
Why not become a lifetime supporting member of the site with a one-time donation of any amount? Your donation entitles you to a ton of additional benefits, including access to exclusive discounts and downloads, the ability to enter monthly free software drawings, and a single non-expiring license key for all of our programs.


You must sign up here before you can post and access some areas of the site. Registration is totally free and confidential.
 
Free DonationCoder.com Member Kit: Submit Request.
   
   Forum Home   Thread Marks Chat! Downloads Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: DONE: Icon Menu Launcher  (Read 1520 times)
psionics
Participant
*
Posts: 84


see users location on a map View Profile WWW Give some DonationCredits to this forum member
« on: June 22, 2009, 12:05:24 AM »

Clicking the desktop icon (.exe) to open menu from it's place. just a simple application for cluttered desktop.

[atach=1]

by making the .ahk available, users can change the desired icon to use and the application list. it doesn't have to be a tray application or a service whose always on. Its a stand-alone apps. This is my request.  embarassed





* iconmenu.jpg (8.6 KB, 380x183 - viewed 131 times.)
« Last Edit: September 02, 2009, 11:38:05 AM by mouser » Logged
skwire
Charter Member
***
Posts: 805



see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #1 on: June 22, 2009, 12:15:14 AM »

Consider this AutoHotkey code:

[copy or print]
Menu, Launch_Menu, Add, Assassin's Creed, Launch_Menu_Handler
Menu, Launch_Menu, Add, Grid Racing     , Launch_Menu_Handler
Menu, Launch_Menu, Add, Deadspace       , Launch_Menu_Handler
Menu, Launch_Menu, Add, Silent Hill     , Launch_Menu_Handler

Menu, Launch_Menu, Show

Launch_Menu_Handler:
{
    If ( A_ThisMenuItem = "Assassin's Creed" )
    {
        Run, c:\path\to\assassin's creed\game.exe
    }
    Else If ( A_ThisMenuItem = "Grid Racing" )
    {
        Run, c:\path\to\grid racing\game.exe
    }
    Else If ( A_ThisMenuItem = "Deadspace" )
    {
        Run, c:\path\to\deadspace\game.exe
    }
    Else If ( A_ThisMenuItem = "Silent Hill" )
    {
        Run, c:\path\to\slient hill\game.exe
    }
    ExitApp
}
Return

Obviously, change the paths to suit your games/system.
Logged

r0bertdenir0
Supporting Member
**
Posts: 46


View Profile Give some DonationCredits to this forum member
« Reply #2 on: June 22, 2009, 03:13:11 AM »

Microsoft used to have a Powertoy for Win98 called Folder Contents that displayed the contents of a folder in the right-click context menu but I looked around & it doesn't seem to work on XP Sad
Logged
psionics
Participant
*
Posts: 84


see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #3 on: June 22, 2009, 10:46:59 AM »

 thumbs up Sweet!!! Just as I requested!!!! Thanks you so much!!!!! This is my first request that is solved!!  smiley
Logged
rgdot
Supporting Member
**
Posts: 253


View Profile WWW Give some DonationCredits to this forum member
« Reply #4 on: August 29, 2009, 03:18:45 PM »

Wanted to say that I started using skwire's AHK script a couple of months ago and the simplicity and ease is just too good and really like the idea of ExitApp

Thanx smiley
Logged
skwire
Charter Member
***
Posts: 805



see users location on a map View Profile WWW Give some DonationCredits to this forum member
« Reply #5 on: August 30, 2009, 08:43:10 AM »

You're welcome.  I'm glad you've found it useful.   cheesy
Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  
   Forum Home   Thread Marks Chat! Downloads Search Login Register  

DonationCoder.com | About Us
DonationCoder.com Forum | Powered by SMF
SMF © 2006-2009, Simple Machines LLC

social bookmark this page