• Welcome to ForumKorner!
    Join today and become a part of the community.

[VB.NET] .jpg Downloader

CodeBreaker

Member
Reputation
0
Hello To This Simple Tutorial

You Will Need:
Visual basic 2008 Express Editon --> Duhh

So make A new Project
and Add to Your Form:
2 labels
1 button
2 textboxes

301d2pt.jpg


button1 = downloadit
textbox1 = sitelink
textbox2 = saveas
label1 = label1
label2 = label2

and Now For The Code
Double Click downloadit or button1 and write the following code:
[vb]My.Computer.Network.DownloadFile(sitelink.Text, "C:\Documents and Settings\UserXP\Desktop\" + saveas.Text)[/vb]

and That's it

Written by me!
I Hope Its Useful =)
Thanks!!
 

OliverE

Power member.
Reputation
0
Can you use this to download any file?

Im guessing yer?

Also any ideas on a overwrite code. Ive seen a few but can never get em to work xD
 

CodeBreaker

Member
Reputation
0
I Only tested it with .jpg files!
Test it with others files if u want

and no i don't know anything about overwrite ways :/
 

velox

Onyx user!
Reputation
0
watch ur ui hang lolololol webclient async for anyeone care
 
Top