I would like a image to be change to visible if a txtbox equals so many characters.
So
If txtbox1 = 12 Digits long then Image1.Visible = True
If Txtbox1 = 9 Digits long then Image2.Visible = True
If Txtbox1 = "Pick Up" then Image3.Visible = True

Can I do that or would I need to call file. LoadPicture?