Hi,
i have a image in picturebox tasks but right now i dont have that image. i need to copy that image only ..how take image separately in picturebox tasks.(C# - Windows Form)
pls reply me. Thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hemant SrivastavaPosted Dec 24, 2014, 11:08 AM
Hemant SrivastavaPosted Dec 29, 2014, 3:42 PM
you could load image at runtime through code as:
Image img = Image.FromFile(@"C:\world2.gif");
pictureBox1.Image = img;
SatPosted Dec 26, 2014, 11:10 PM
Hemant SrivastavaPosted Dec 26, 2014, 9:48 AM
Sat,
Could you clear what do you mean by Dynamic Image? Does 'Dynamic Image' mean 'Animated Image' OR Dynamic Image mean 'Image which loads at runtime (i.e. dynamically through code)?
SatPosted Dec 25, 2014, 1:57 AM
SatPosted Dec 23, 2014, 11:41 PM
Hemant SrivastavaPosted Dec 23, 2014, 1:37 PM
I don't think there is any way to retrieve image if it's not available in some folder. Now it seems it got embedded in the exe of your application
If the image ,where you want to use, has the same size as Login Screen's image, you may use by copying the image using Alt+PrintScreen option :)
SatPosted Dec 23, 2014, 12:59 PM
Saber ShaikhPosted Dec 23, 2014, 2:41 AM
your question is not Understand
i will help if posible
Blog : http://aspnettutorialscode.blogspot.in/