Hi guys,

This will be a fairly easy problem to solve for someone who is more familiar with VB6 than I am, or so I'm thinking.

I've made an app that downloads a bunch of files from my company website, it uses urlmon to do this. The app works fine when run from a company computer on the intranet, but when I run the app from a remote machine off the intranet, none of the files are downloaded. This is obviously because of user access permissions. I have no idea how to do a user authentication here. Is there something in urlmon to do this for me? or do I do the user authentication by modifying the url to contain username and password info?

Thanks in advance,
Mordox.