Perhaps you are looking for this...
[VB]
Dtl_image.Image = Image.FromFile(SelFileName)
[/VB]
You are calling the static method Imgae.FromFile from a reference to Dtl_image.Image, but doing nothing with the return result (such as storing it in Dtl_image.Image).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.