Adding an image to a control at runtime
Hi,
I wish to add an image to a control on my application at runtime. I am using the Image.FromFile() method and this works fine on the developement machine. But then when i run the application on the test machine, i get an error because it looks for a file with the specified path in my code.
How do i ensure that the application is able to look for the image file on the test machine?
p.jonesPosted Aug 17, 2004, 4:16 AM
MykoninePosted Aug 13, 2004, 2:16 PM
jkerschPosted Aug 13, 2004, 7:29 AM
Adam ErstellePosted Aug 12, 2004, 11:14 AM