Enigmatic
06-06-2006, 02:37 PM
Hi folks,
I`m looking to add a picture to represent a text based word [I.E. a pear for the word pear etc ] and I am using the following code :
If (lblReel1.Text = ("Apple")) Then
picBox1.Image = System.Drawing.Image.FromFile _
("images/apple.jpg")
End If
The thing is the picture is not being displayed when lblReel1.Text has the value "Apple".
Anyone got any ideas or resources that could help me ?
Thanks.
I`m looking to add a picture to represent a text based word [I.E. a pear for the word pear etc ] and I am using the following code :
If (lblReel1.Text = ("Apple")) Then
picBox1.Image = System.Drawing.Image.FromFile _
("images/apple.jpg")
End If
The thing is the picture is not being displayed when lblReel1.Text has the value "Apple".
Anyone got any ideas or resources that could help me ?
Thanks.