Page 2 of 2

Re: Open Window on Second Desktop

Posted: Fri Sep 11, 2020 10:14 pm
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.