View Single Post
  #3 (permalink)  
Old 07-06-2009, 10:47 PM
thatguy113 thatguy113 is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jun 2009
Age: 21
Posts: 2
Reputation: 0
thatguy113 is on a distinguished programming path ahead
Default

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
Reply With Quote