В чем отличие _IECreate от ObjCreate("InternetExplorer.Application")? Какой из вариантов лучше? #include <IE.au3> _IECreate() $oIE = ObjCreate("InternetExplorer.Application") $oIE.Visible = True