Code: Select all
OpenWindow(0,
0,
0,
200,
; comment
200, "", #PB_Window_ScreenCentered|
#PB_Window_SystemMenu)
;SetWindowLong_(WindowID(0), #GWL_EXSTYLE, GetWindowLong_(WindowID(0), #GWL_EXSTYLE) |
;#WS_EX_LAYERED)
Repeat:Until WaitWindowEvent()=#PB_Event_CloseWindow