G
Guest
Hi
I've a image file name at runtime, and I want to create an Image object for this file
In .NET framework this is possible using
Image.FromFile(LOGO_IMAGE_PATH
But in compact framework I'm not able to figure out how to so the same
Please help me out on this
Thanks
I've a image file name at runtime, and I want to create an Image object for this file
In .NET framework this is possible using
Image.FromFile(LOGO_IMAGE_PATH
But in compact framework I'm not able to figure out how to so the same
Please help me out on this
Thanks