Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
SysGet, MonitorCount, MonitorCount
|
||||
SysGet, MonitorPrimary, MonitorPrimary
|
||||
MsgBox, Monitor Count:`t%MonitorCount%`nPrimary Monitor:`t%MonitorPrimary%
|
||||
Loop, %MonitorCount%
|
||||
{
|
||||
SysGet, MonitorName, MonitorName, %A_Index%
|
||||
SysGet, Monitor, Monitor, %A_Index%
|
||||
SysGet, MonitorWorkArea, MonitorWorkArea, %A_Index%
|
||||
MsgBox, % "Monitor:`t#" A_Index
|
||||
. "`nName:`t" MonitorName
|
||||
. "`nLeft:`t" MonitorLeft "(" MonitorWorkAreaLeft " work)"
|
||||
. "`nTop:`t" MonitorTop " (" MonitorWorkAreaTop " work)"
|
||||
. "`nRight:`t" MonitorRight " (" MonitorWorkAreaRight " work)"
|
||||
. "`nBottom:`t" MonitorBottom " (" MonitorWorkAreaBottom " work)"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue