Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. CLickthrough()
  2. {
  3. global
  4. WinGet, winId, ID, A
  5. if (CLickthrough_%winId% = 1)
  6. {
  7. InputBox, Transparency, Enter trans, ,,120,100
  8. WinActive("A")
  9. WinSet, ExStyle, +0x80020,
  10. WinSet, Transparent, %Transparency%,
  11. WinActive("A")
  12. WinSet, AlwaysOnTop, ON
  13. CLickthrough_%winId% = 0
  14. return
  15. }
  16. else
  17. {
  18. WinActive("A")
  19. WinSet, ExStyle, -0x80020,
  20. WinSet, Transparent, off,
  21. WinActive("A")
  22. WinSet, AlwaysOnTop, OFF
  23. CLickthrough_%winId% = 1
  24. return
  25. }
  26. }
  27. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement