Skip to content

Instantly share code, notes, and snippets.

@ozon
ozon / Borderless_DMD.ahk
Created June 22, 2014 04:16
Borderless DMD for Pinball FX2
#Persistent
SetBatchLines, -1
Process, Priority,, High
Gui +LastFound
hWnd := WinExist()
DllCall( "RegisterShellHookWindow", UInt,hWnd )
MsgNum := DllCall( "RegisterWindowMessage", Str,"SHELLHOOK" )
OnMessage( MsgNum, "ShellMessage" )