Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、VBScript を使用してアプリケーションを実行することによって起動されるウィンドウの境界線のサイズを変更する方法を知りたいです。
この短いサブで 2 つのコマンドを使用できます。
Sub Window_Onload window.moveTo 1030,110' Moves the window position ' horizontally, vertically and window.resizeTo 225,175' changes the width and height End Sub' 65+450=515 1280-515=765' of the window