マルチディスプレイ

 SysGet, MonitorCount, MonitorCount
 SysGet, MonitorPrimary, MonitorPrimary
 MsgBox, Monitor Count:`t%MonitorCount%`nPrimary Monitor:`t%MonitorPrimary%

マルチディスプレイでの位置情報

  -------------------------------
 |               |              |
 |   2       A   | 1            |
 |               |              |
 |               |              |
  -------------------------------

1がメインディスプレイで、2がサブディスプレイの場合、Aの位置は X:-100,Y:100のようになる。

サブディスプレイのタスクバーを除いた幅と高さ

 SysGet, MonWorkArea, MonitorWorkArea, 2
 MsgBox, Width:%MonWorkAreaLeft%`nHeight:%MonWorkAreaBottom%

サブディスプレイの番号が2の場合、上のように指定すると、Width:-1024 Height:728のように取得出来る。

参考

http://ahkwiki.net/SysGet


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS