I think that I am trying to do something simple and just thinking about it the wrong way. Right now I’m working on a simple program that has a picture box, a text input, and a button. I would like the program to take the URL that you input into the text field and load the image that it is pointing to into the picture box. I think maybe I’m not looking into the right object because I can’t seem to find anything that will do anything like this. I have written .DLLs that will take a image uploaded to a server, but never one that went out and grabbed a image from another web server. If anyone knows of the general object that might do this I can research it and find the exact functions and what not.

Thanks

Sean