I am new at VB.Net and have basically exhausted all options regarding this dumb problem i have.
I've been having issues with the Image.save method, I would like to create a Paint-like application(just for fun and to get back on the VB Horse), and it saves files just fine, IF and only IF I use a different filename(and path) from the one the original file had.
If i use a simple Save method and use the same path and filename I get an exception error and my program freezes up..
I checked the Microsoft site and (surprise) this is what they say....
" GDI+ does not allow you to save an image to the same file that you used to construct the image. "
Is there a way around this dumb issue?
TBJ
I've been having issues with the Image.save method, I would like to create a Paint-like application(just for fun and to get back on the VB Horse), and it saves files just fine, IF and only IF I use a different filename(and path) from the one the original file had.
If i use a simple Save method and use the same path and filename I get an exception error and my program freezes up..
I checked the Microsoft site and (surprise) this is what they say....
" GDI+ does not allow you to save an image to the same file that you used to construct the image. "
Is there a way around this dumb issue?
TBJ