Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. MsgBox, % FileExist("C:\F12 GUI\vindictus_title.png")
  2. FileInstall, C:\F12 GUI\vindictus_title.png, %A_AppData%\F12\vindictus_title.png, 1
  3. Gui, Add, Picture, x0 y0 w479 h313 , %A_AppData%\F12\vindictus_title.png
  4. Gui, Show, x171 y127 h320 w483,
  5. Gui, Add, Button, x276 y278 w94 h24 +gOnClickGo, RUN
  6. Gui, Add, Button, x376 y278 w94 h24 +gOnClickStop, STOP
  7. Gui, Show
  8. MsgBox % ErrorLevel
  9. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement