Dual Screens postioning

Not really… Google is my friend for such matters :wink:

Google… shows this Forum Thread: Desktop app without title and border

I’ve just tried and added the following code to “Window2 → Event: Open” in the example project:

#If TargetWindows Then
Declare Function SetWindowLongW Lib "User32" (HWND As Integer, Index As Integer, NewLong As Integer) As Integer
Const GWL_STYLE = -16
Const WS_POPUP = &h80000000
Call SetWindowLongW(Me.Handle, GWL_STYLE, WS_POPUP)
#EndIf

Looks good to me. But then again - I don’t really know if that’s what you’re looking for.
Or a couple of replies above there is a link to another Thread by Karen. That one is about “fullscreen” - just in case that’s what you’re after.

Anyway… I’ll be without a computer for more than two weeks very soon, enjoying other things… so don’t expect anything from me meanwhile :wink: