DDL launching aps Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Tristan9001

DDL launching aps

22 May 2018, 20:03

Hi im new to gui commands, only really played with some basic input boxes. Simply i dont know how to make this work.
I want to make a drop down list ap that can launch a webpage from my selected item then the gui hides itself and i can bring it back at any time to launch another at a keyboard shortcut.
TIA, Tristan :?:
imustbeamoron
Posts: 44
Joined: 18 Aug 2016, 22:56

Re: DDL launching aps  Topic is solved

22 May 2018, 22:11

Code: Select all

gui, add, DropDownList, gGotoLink vWebsite, Google.com|Autohotkey.com|Reddit.com|Yahoo.com
gui, show
return

gotoLink:
gui submit, noHide
url := "http://www." website
gui, hide
run, % url
return

;contorl S to show gui again
^s::
gui, show
return

esc::
exitapp

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 268 guests