Error while using & Programming Software Development by GAME … to use this code: [code] PictureBox1.ImageLocation = "http://avatar.xboxlive.com/avatar/" & TextBox1.Text & "/avatar-body… Re: Building a program Programming Software Development by heezay … System.EventArgs) Handles Button1.Click PictureBox2.ImageLocation = "http://avatar.xboxlive.com/avatar/" + TextBox1.Text + "/avatar-body.png"…; PictureBox3.ImageLocation = "http://avatar.xboxlive.com/avatar/" + TextBox1.Text + "/avatarpic-l.png"… Re: Error while using & Programming Software Development by Lusiphur Looks like you've already solved this but... erm... it's + not & for that type of usage :)