D
Dean Slindee
In order to deploy my app, I need to specify the following file path as
relative to my project. I need the image to be a file so that it can be
processed by the "DrawImageToScale" function so that the image is reduced in
size to a panel on the form.
Dim img As Image =
Image.FromFile("C:\Project\HumanServices\HumanServices\image\Contact.jpg")
Call DrawImageToScale(picModule1, img)
If this is not possible, is there a way to convert an embedded Resource
into a File or Stream?
Thanks,
Dean S
relative to my project. I need the image to be a file so that it can be
processed by the "DrawImageToScale" function so that the image is reduced in
size to a panel on the form.
Dim img As Image =
Image.FromFile("C:\Project\HumanServices\HumanServices\image\Contact.jpg")
Call DrawImageToScale(picModule1, img)
If this is not possible, is there a way to convert an embedded Resource
into a File or Stream?
Thanks,
Dean S