#uselib "dwmapi.dll" #func defica "DwmExtendFrameIntoClientArea" int, var #uselib "user32.dll" #cfunc GetWindowLongA "GetWindowLongA" int,int #func SetWindowLongA "SetWindowLongA" int,int,int #func SetLayered "SetLayeredWindowAttributes" int,int,int,int margins = -1, 0, 0, 0 defica hwnd, margins SetWindowLongA hwnd,-8,_hwnd SetWindowLongA hwnd,-20,GetWindowLongA(hwnd,-20)|0x00080000 SetLayered hwnd,0xFEFEFE,0,1 color 254,254,254:boxf color:font "",12, mes"Aeroを使ってみよう!" mes"ボタンもOKで〜す!" button"終了",*exit stop *exit end