S
steve
imports system.drawing
imports system.drawing.image
dim img as image = image.fromfile("a.bmp")
picturebox1.image = img
i'm using vs 2003 and the error i have is that fromfile is not a member of
system.drawind.image...what gives?!?
tia,
steve
imports system.drawing.image
dim img as image = image.fromfile("a.bmp")
picturebox1.image = img
i'm using vs 2003 and the error i have is that fromfile is not a member of
system.drawind.image...what gives?!?
tia,
steve