Let start with some examples:
1. (As seen in another topic: '?do=embed' frameborder='0' data-embedContent>> ).
Script copied from that topic
Interrupt function can be any hotkey/event/adlib/callback.
If-check inside interrupted function/scriptÂ
; HotKeySet, or any function that can cause script interrupt
HotKeySet("{Delete}", "RemoveSelectedControl")
;...
Dim $InfoAboutControls[4096]
Global $HandleForCurrentControl
;...
While 1
$msg = GuiGetMsg()
;....
;---Code to pr