スレッド一覧 | 新規書き込み | 新着一覧 | 使い方 | 過去ログ
あんかけ
2012/4/17(Tue) 19:56:46|NO.46124
この記事に返信する
@key
2012/4/18(Wed) 21:10:50|NO.46145
cats
2012/4/19(Thu) 20:36:30|NO.46156
bgscr 1,200,200,4,ginfo(20),ginfo(21) screen 0 button gosub"非アクティブ",*Ac stop *Ac gsel 1,1 return
てれてれ
2012/4/19(Thu) 20:38:15|NO.46157
2012/4/19(Thu) 20:48:06|NO.46158
#uselib "user32.dll" #func GetWindowLongA "GetWindowLongA" int , int #func SetWindowLongA "SetWindowLongA" int , int , int #func SetLayered "SetLayeredWindowAttributes" int , int , int , int bgscr 1,1,1,4,0,0 GetWindowLongA hwnd , -20 SetWindowLongA hwnd , -20 , stat | 0x00080000 SetLayered hwnd , 0 ,0*255/100 , 2 screen 0 button gosub"非アクティブ",*Ac stop *Ac gsel 1,1
2012/4/19(Thu) 22:49:26|NO.46162
2012/4/20(Fri) 19:53:38|NO.46181
2012/4/20(Fri) 20:40:56|NO.46187
#uselib "user32.dll" #cfunc GetNextWindow "GetWindow" int,int #func SetForegroundWindow "SetForegroundWindow" int #define GW_HWNDNEXT $00000002 #define GW_HWNDPREV $00000003 oncmd gosub *WM_ACTIVATE ,0x0006 button "アクティブ",*label stop *label SetForegroundWindow BackWindow //await 50//場合によってはawaitが合った方が安定性が増すかもしれません。 //keybd_eventはここから //ここまでの間に突っ込む stop *WM_ACTIVATE if wparam != 0 : BackWindow = GetNextWindow(hwnd,GW_HWNDNEXT) //「それまでアクティブだった別のウィンドウ」を取得 return
れみはる
2012/4/20(Fri) 21:17:11|NO.46189
2012/4/20(Fri) 21:21:10|NO.46190
2012/4/20(Fri) 21:47:08|NO.46192
トップ | HSP3ダウンロード | HSPTVで遊ぶ | HSPで作る | サイト情報 | プライバシーポリシー | お問合せ
ONION software Copyright 1997-2023(c) All rights reserved.