upload, download, vb .net ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HELLO
is there anything like the inetcontrol(vb6) in vb.net, i need to upload and
download files from a vb.net application, why is it so hard to find an
example of this with .net

GATMAN
 
Hi,

I am not sure of how things worked in VB. But you do have the WebClient
class in the System.Net namespace that will allow you to Upload and Download
files from your application.
 
Back
Top