I am tryng to save an image from a picturebox like this:
picturebox1.image.save("Path")
and I keep getting the "Value does not fall wthin expected range" error. Does anyone know what this is? It seems like the image would be valid if the picturebox is showing it.
picturebox1.image.save("Path")
and I keep getting the "Value does not fall wthin expected range" error. Does anyone know what this is? It seems like the image would be valid if the picturebox is showing it.