0

您好我想知道如何调整通过使用 VBScript 运行应用程序启动的窗口边框的大小。

4

1 回答 1

2

您可以在这个简短的 sub 中使用这两个命令

  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
于 2012-07-12T04:11:51.607 回答