Can someone point out where I can stuck my $GUI_EVENT_CLOSE in without the GUI closing straight away ?
$filefolder = 'd:\temp'
$fileextension = '*.eml'
Global $Label = 0, $lastlabel = ""
$Gui = GUICreate("Web-DMZ Count", 200, 50)
GUISetBkColor(0xFFFF00)
GUISetState()
$Label = GUICtrlCreateLabel(...