アクティブウィンドウを全画面表示にします。
#packopt hide 1 #uselib "user32.dll" #func GetWindowLong "GetWindowLongA" int,int #func SetWindowLong "SetWindowLongA" int,int,int #func MoveWindow "MoveWindow" int,int,int,int,int,int #cfunc GetForegroundWindow "GetForegroundWindow" gsel 0,-1 wait 500 hhwnd=GetForegroundWindow() SetWindowLong hhwnd , -16 , 0x90000000 MoveWindow hhwnd , 0 ,0 ,ginfo(20),ginfo(21), 0 end