is it possible using vb?? what component I should use??
thank's
Printable View
is it possible using vb?? what component I should use??
thank's
Well I know its possible to download webpages. Just use the Microsoft Internet Transfer controls. Then assuming youve put it on your form with the anem of Inet1 and you also have a text1 you would say this to download it
text1.text = inet1.openurl("www.EvilCowgod.com")
But im not sure how to download programs with all their funny letters :(
http://216.26.168.92/internet/tip52.html
Downloading Web Pages with the Winsock Control