それを消すにはどうしたら良いでしょうか?
教えていただけると幸いです。
#uselib "user32.dll" #func GetWindowLong "GetWindowLongA" int,int #func SetWindowLong "SetWindowLongA" int,int,int,int bgscr 0,ginfo(20),ginfo(21),0,0,0 width 650,500 GetWindowLong hwnd, -16 SetWindowLong hwnd, -16, stat | $10000 | $40000 *main color 0,0,0 : boxf 0,0,ginfo(12),30 color 255,255,255 : pos 5,5 : mes "タイトルバー" color 0,0,255 : boxf ginfo(12)-30,5,ginfo(12)-10,25 if ((mousex>=ginfo(12)-30)&(mousey>=5))&((mousex<=ginfo(12)-10)&(mousey<=25)):{ getkey k,1 if k = 1 : end } if((mousex>=0)&(mousex<=ginfo(12)))&((mousey>=0)&(mousey<=30)):{ gsel ginfo_act sendmsg hwnd ,$a1,2,z } redraw 1 : redraw 0 : await 5 goto *main