babyrock2009 > 30-08-17, 12:57 PM
tranthanhan1962 > 31-08-17, 10:23 AM
Dim PictureFile as string
Picturefile = "C\manv.jpg"
if len(dir(picturefile)) > 1 then
Me.imgIMAGE.Picture = picturefile
Else
Me.imgIMAGE.Picture = ""
End if
lmthu > 04-09-17, 11:06 AM