Code: Select all
#PB_Window_DisableInactive
I know this is already possible via other methods but it would make a handy flag to have
Code: Select all
#PB_Window_DisableInactive
I know this is already possible via other methods but it would make a handy flag to have
Code: Select all
OpenWindow(0,200,200,200,200,"Blocked",#PB_Window_SystemMenu|#WS_DISABLED)
ButtonGadget(0,20,20,100,30,"Try to click me")
Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow