Guest User

Untitled

a guest
Sep 21st, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.20 KB | None | 0 0
  1. GUICreate("")
  2. $p=GUICtrlCreatePic(FileOpenDialog("",@DesktopDir,"Alle (*.*)"),5,5,100,100)
  3. GUISetState()
  4. While 1
  5. $m=GUIGetMsg()
  6. Select
  7. Case $m=$p
  8. MsgBox(0, "", "Wurde geklickt!")
  9. EndSelect
  10. WEnd
Add Comment
Please, Sign In to add comment