I'm pretty new with vb programming. Things were going pretty well up to this point. Im making a program that retrieves pictures, and information about pictures from selected websites. I need to be able to acces the pictures from a server that requires a username and password. If i go there with my regular browser, a pop up screen appears and asks for USER NAME and PASSWORD.

inet1.username = "myusername"

inet1.password = "mypassword"

b() = inet1.openUrl _("www.kimzcamz.com/sourceftp1/door/doof0000.jpg")

this is what im trying to use...... The error I recieve from the server is 401.3

If you go to this address with a browser you will see what i mean... (the username and password are only for example purposes, they don't actually work)

Can someone point me in the right direction...Tell me why this isn't possible..? (forgive my ignorance, like i said.. im new at this...)