Advertisement
Guest User

Autohotkey Borderless

a guest
Feb 21st, 2013
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Loop
  2. {
  3. WinWait, ahk_class Valve001
  4. IfWinExist
  5. {
  6. WinSet, Style, -0xC00000 ; remove the titlebar and border(s)
  7. WinMove, , , 0, 0, 1920, 1080 ; move the window to 0,0 and reize it to 1280x1024
  8. }
  9. Sleep 1000 ; 1 Second
  10. }
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement