Use of InetTransfer from Dev Ashish

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

Guest

I am currently using the InetTransfer Sample.mdb in one of my applications to
upload and download files from my website. It works really well.

I want to do the same in a small VB 6 apps that I have. Is there a VB
version of the InetTransfer from Dev or others.

many thanks
george
 
I have tried to copy the codes into my VB app and I get the following error
when I compile: "Variable not defined."
for the word "application"
in theline "mintErrorTrap=application.GetOption("Error Trapping")"

What could I replace "application" with.

regards
George
 
Thanks Andy

The site is where I got the sample mdb from. I did not try the VB 6 beta,
because it is beta. I am worried that I may not be able to clean up any
errors.

Thanks
George
 
Back
Top