Jump to content

How to move a webpage to secondary monitor


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...