PB 6.30 b4 - #PB_Window_BorderLess|#PB_Window_Tool
Posted: Sat Oct 25, 2025 9:12 pm
Code: Select all
OpenWindow(0, 0, 0, 400, 100, "", #PB_Window_Invisible|#PB_Window_BorderLess|#PB_Window_Tool|#PB_Window_NoActivate)
HideWindow(0, #False)
Repeat
Event = WaitWindowEvent()
Until Event = #PB_Event_CloseWindow