しかし、普通に文字を表示すると、その文字まで半透明な感じになってしまうので、
文字だけは透過じゃないようにする・・・みたいなことは出来ますか?
よろしくお願いします!
http://hsp.tv/play/pforum.php?mode=all&num=77023
#uselib "user32.dll" #func GetWindowLongA "GetWindowLongA" int , int #func SetWindowLongA "SetWindowLongA" int , int , int #func SetLayeredWindowAttributes "SetLayeredWindowAttributes" int , int , int , int GetWindowLongA hwnd,-20 SetWindowLongA hwnd,-20,stat|0x80000 SetLayeredWindowAttributes hwnd,0,100,3 color 64,96,128 boxf 0,0,ginfo(20),ginfo(21) color x=320 y=240 circle x-20,y-20,x+20,y+20 color 255,0,0 mes "あいうえお"//半透明になっちゃう