guys i need some help..
does anyone know where can i find the coding for uploading pictures in Visual Basic? Or better yet does anyone knows the coding for uploading pictures in Visual Basics?
Much appreciated guys... thanx
Printable View
guys i need some help..
does anyone know where can i find the coding for uploading pictures in Visual Basic? Or better yet does anyone knows the coding for uploading pictures in Visual Basics?
Much appreciated guys... thanx
By visual basic, do you mean vBScript?
If so, [IMG]url[/IMG] is the code to place an image in your post. Obviously, you'll need a host for your images first. And you can't upload images with vBScript. Just remotely link them. :p
nope.. Visual Basic as in ThE Visual Basic.... not VBScript or VB.net.... anyone?
If you're using Microsoft's VB, to upload an image to some place (I don't get why you'd want VB, but whatever), I'm fairly sure there are controls for FTP commands, which is what you'll ultimely use to upload anything anywhere. At worst, invoke a batch file which does that from your VB program.
You should also check to see if someone already has an FTP library. Use that.