Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Case $button2
  2. $neuE= GUICreate("Neu", 670, 119, 196, 244)
  3. GUISetState(@SW_SHOW)
  4. while 1
  5. $nMsg2 = GuiGetMsg()
  6. Switch $nMsg2
  7. Case $GUI_EVENT_CLOSE
  8. Exit
  9. EndSwitch
  10. WEnd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement