Code:
Me.PictureBox1.Load("www.something.com/" & Me.TextBox1.Text & "/something/" & Me.TextBox1.Text & "_" & Me.TextBox2.Text & ".jpg")
'cause it does not load, my means it's not there. Wait a minute...where did you put this code? Add a button to the form and put this code into it's click event (do a doubleclick on it).
Bobby