>>598
普通にFormにテキストボックス置いて表示したらいいだけじゃない?

Func _SetLog($controlID ,$str)
  GUIctrlsetdata($controlID , $str & @CRLF & GUICtrlRead($controlID))
EndFunc