Assuming flags is required, the following result was found.
Win32 Constantshttp://mail.joellipman.com/articles/automation/autohotkey/win32-constants.html
disappearing and reappearing, the content is what I don't want to lose. ;// ;// Win32 Constants ;// ;#region Peek Message Flags Const PM_NOREMOVE = 0 Const PM_REMOVE = 1 Const PM_NOYIELD = 2 ;#End Region ;#Region Windows Messages Const WM_NULL = $0000...