spoo Posted June 19, 2018 Share Posted June 19, 2018 Guys ! could you please help me move a webpage from primary monitor to secondary. i could move the desktop application to another monitor by using following code Local $aArray = WinGetPos("InspectionXpert OnDemand") If $aArray[0] < @DesktopWidth Then WinMove("InspectionXpert OnDemand", "", @DesktopWidth+100, $aArray[1]) EndIf how do i do it for an web application? Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted June 19, 2018 Share Posted June 19, 2018 @spoo Why don't you use Windows shortcut to move to the other screen(s) your windows? Something like this. Best Regards. Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now