T
timbats
Guest
Is there any way to save the contents of a picture box without using SaveFileDialog?
More so, is there a way to choose a specific path and set the file name to save as a string value as presented by a variable?
For example:
I would like to save the file to the ".\" folder, or the debug folder of my project.
When I enter the name of the image in a textbox, I would like that name (ItemName) to be used as the filename as the image.
And lastly, I would like the extension to saved as a Jpeg
I'm not sure if this is possible, or how to go about it. Any help would be greatly appreciated!!!
Continue reading...
More so, is there a way to choose a specific path and set the file name to save as a string value as presented by a variable?
For example:
I would like to save the file to the ".\" folder, or the debug folder of my project.
When I enter the name of the image in a textbox, I would like that name (ItemName) to be used as the filename as the image.
And lastly, I would like the extension to saved as a Jpeg
I'm not sure if this is possible, or how to go about it. Any help would be greatly appreciated!!!
Continue reading...