OK, after days looking at my code, the help file and forums I come (again) for help on message windows.
I'm having trouble trying to close window messages that appear. This is the code I'm using
#include <MsgBoxConstants.au3>
Local $obs_handler = 0
Opt("WinTitleMatchMode",2)
While 1
$obs...