hai friends,
I need to save a picturebox having image and leble control i.e user defined text will display on lables(just drag and dropped from toolbox). I want to save picturebox image along with a label .
picturebox.image.save(@"D:\\1.jpg");
the above code did not worked ,can any one have idea regarding this.
thanks & regards
Divya
Loading

VulpesPosted Dec 19, 2012, 10:46 AM
So, I'd try:
picturebox.Image.Save("D:\\1.jpg"); // no @
arjunPosted Dec 19, 2012, 2:37 AM
you can use savedialog control to save image in system directory and u can rename it with label text.
if you wanna save image in database u can use datatype BLOB.