atesh
Freshman
Why doesn't this work? When I run the program, there is nothing where the image is supposed to be.
Visual Basic:
Dim label1 As New Label
Dim image1 As Image
image1 = Image.FromFile("F:\FFgm\back.bmp")
label1.Size = image1.Size
label1.Image = image1