Problem mit _IECreateEmbedded und Proxy...

  • Habe ein Problem, undzwar funktioniert das Script so wunderbar! Aber wenn ich hinter nem Proxy bin nicht mehr!
    Hat einer eine Ahnung woran das liegen könnte?

    Spoiler anzeigen
    [autoit]

    #include <IE.au3>
    #include <GUIConstantsEx.au3>
    #NoTrayIcon
    $proxy = HttpSetProxy(0)
    GUICreate("ICQ 2 GO!!!", 200, 500,500, 200)
    $oIE = _IECreateEmbedded ()
    $GUIActiveX = GUICtrlCreateObj($oIE, 0, 0,200, 500)
    _IENavigate ($oIE, "o.aolcdn.com/aim/gromit/icq2go/gm/081009.3/WidgetMain.html")
    GUISetState()

    [/autoit] [autoit][/autoit] [autoit]

    While True
    Switch GUIGetMsg()
    Case $GUI_EVENT_CLOSE
    Exit
    EndSwitch
    WEnd

    [/autoit]

    MfG