Open Window on Second Desktop

Just starting out? Need help? Post your questions and find answers here.
AMpos
Enthusiast
Enthusiast
Posts: 128
Joined: Fri Jun 05, 2020 12:47 am

Re: Open Window on Second Desktop

Post by AMpos »

desktop=1
fullscreen=OpenWindow(-1,0,0,100,100,"")
ResizeWindow(fullscreen, DesktopX(Desktop), DesktopY(Desktop),DesktopWidth(Desktop),DesktopHeight(Desktop))
I am checking to open a window on my 2nd monitor (in fact, it is my TV).

DesktopX and DesktopY says it is a 1920x1080 pixels, but as this 2nd screen is at 150% on Windows, the window moved there much more bigger than the real screen...

How do I open/move my window to the exact same size of the 2nd monitor?

(I just want to show a photo in "full screen mode". Is there an easier way to do it, like drawing directly on Windows screen?)

So, I just want to open a window on a 2nd monitor at full screen size.
Post Reply