Jump to content

Recommended Posts

Posted

It worked for me...

#include <inet.au3>
  MsgBox(0, "Source", _INetGetSource("http://data.uno.ee/juke/songid-27960-555/songs.asx"))

Which AutoIt version are you using?

Are you behind a proxy?

Have you tried getting the source of other sites?

You may want to contact the author (w0uter) for further help.

[font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]

Posted

This code what you wrote, this is not working. I tried and _INetGetSource says "0" for every address what i tried. Maybe i have to use IE (im using firefox).

Sorry about my very bad english!

Posted

This code what you wrote, this is not working. I tried and _INetGetSource says "0" for every address what i tried. Maybe i have to use IE (im using firefox).

Sorry about my very bad english!

The function relies on wininet.dll, so you need to have IE installed (even if not active)

I use Firefox as my default browser, but I still have IE installed.

Which version of IE do you have installed?

Are you using a proxy?

[font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]

Posted

What is proxy? How can i check, if im using that? Im noob in some things. :

In Firefox:

Tools Menu -> Options...

General Tab -> Connection Settings...

In IE:

Tools Menu -> Internet Options

Connections Tab -> Settings or LAN Settings (Depends on your connection)

Also, look at WinInet.dll in your System32 folder.

What version is it?

[font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]

Posted (edited)

Proxy: Direct connection to the internet

WinInet.dll in System32 folder: nonexisting(?)(Im using win98 SE)

EDIT: I downloaded WinInet.dll. Should I put it to System32 folder?

EDIT2: I solved my problem.

Edited by poisonkiller

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...