HSPポータル
サイトマップ お問い合わせ


HSPTV!掲示板


未解決 解決 停止 削除要請

2018
0317
ゆー外部のアプリケーションを全画面0解決


ゆー

リンク

2018/3/17(Sat) 18:01:25|NO.82764

外部のアプリケーションを全画面表示にするソフトを作ってみました。
アクティブウィンドウを全画面表示にします。

#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



この記事に返信する


ONION software Copyright 1997-2023(c) All rights reserved.