Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Inet - download file

[es] :: Visual Basic 6 :: Inet - download file
(Zaključana tema (lock), by Aleksandar Ružičić)

[ Pregleda: 1460 | Odgovora: 2 ] > FB > Twit

Postavi temu

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

h4ckon3
hack one
////

Član broj: 164247
Poruke: 62
*.adsl.net.t-com.hr.



Profil

icon Inet - download file27.01.2008. u 11:57 - pre 198 meseci
trazio sam po netu al mi bas nije jasno...i po forumu, kako da downloadujem neki txt file sa neta preko inet controle!
 
0

stefanpn
Total anonymous
Programer

Član broj: 172809
Poruke: 509
77.46.195.*



+1 Profil

icon Re: Inet - download file16.02.2008. u 01:31 - pre 197 meseci
Mora li Inet?

Mozes to i ovako:
Code:

Private Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As String, ByVal dwReserved As Long, ByVal lpfnCB As Long) As Long
Public Function DownloadFile(URL As String, LocalFilename As String) As Boolean
    Dim lngRetVal As Long
    lngRetVal = URLDownloadToFile(0, URL, LocalFilename, 0, 0)
    If lngRetVal = 0 Then DownloadFile = True
End Function

'i posle koristis funkciju:
DownloadFile "http://www.adresa.com/imedatoteke.txt", "c:\destinacija.txt"

 
0

Aleksandar Ružičić
Software Architect, Appricot d.o.o.
Beograd

Član broj: 26939
Poruke: 2881

Jabber: krckoorascic@gmail.com
Sajt: krcko.net


+44 Profil

icon Re: Inet - download file16.02.2008. u 16:37 - pre 197 meseci
ovo je bilo 100 puta do sad. h4ckon3 potrudi se malo bolje kad koristis pretragu.

lock.
 
0

[es] :: Visual Basic 6 :: Inet - download file
(Zaključana tema (lock), by Aleksandar Ružičić)

[ Pregleda: 1460 | Odgovora: 2 ] > FB > Twit

Postavi temu

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.