Skip to content

Instantly share code, notes, and snippets.

@AfterLemon
Forked from anonymous/gist:6512813
Last active December 22, 2015 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AfterLemon/6512945 to your computer and use it in GitHub Desktop.
Save AfterLemon/6512945 to your computer and use it in GitHub Desktop.
Gui,Add,Text, x2 y5 w45 h20, //Type your Website Here//
Gui,Add,Edit, x50 y5 w48 h20 vMyEdit,
gui,add,button,x35 y30 w30 h20Default,Showit
gui,show, w100
return
GuiClose:
gui,destroy
exitapp
ButtonShowit:
Gui, Submit, NoHide
msgbox,%MyEdit%
return
esc::
gui,destroy
exitapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment