We a have computer that display 8 differernt web pages and I would like them move to a specfic screen in order then go full screen. I set this as only 3 generic web pages . Chrome is our primary browser so that is what I have to use. I have scrubbed all the company specific stuff off for the most part but I want to open 8 different web pages (google docs) and I want to display them on 8 different monitors in order. The resolution on my monitors is 2160. So am looking to move one screen to S
#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7
#include <WindowsConstants.au3>
#include <WinAPIGdi.au3>
Global $hGui = GUICreate('Au3Gui', 500, 500, -1, -1, $WS_OVERLAPPEDWINDOW)
WinSetTrans($hGui, '', 100)
Global $Label1 = GUICtrlCreateLabel("", 200, 200, 300, 300)
GUICtrlSetFont(-1, 200, 900, 0, "MS Sans Serif")
GUISetState(@SW_SHOW, $hGui)
Global $aMon = _GetMonitorsArray()
If IsArray($aMon) Then