Quote:
|
Me.PictureBox1.Load("www.somethin g.com/" & a & "/something/" & a & "_" & b & ".jpg")
|
this is the basic format for the web URL that the program is supposed to visit using variables "a" and "b" as in
www.something.com/a/something/a_b.jpg
it wont load a picture though, and when I type something in I dont know how to make it so that it will store the variables and re-access the new URL
Again, I'm very new to
VB.Net and programming in general, and all I need is a basic program