gettings, how can i allow a user to save an image file into the physical
disk? the file comes from the screen capture and i want it to save into the
disk automatically. how can this be done?
yours truly
Morten Wennevik - 10 Sep 2004 08:43 GMT
Hi Asha,
If you have the image in an Image object you can use Image.Save() and store it to disk in a number of different formats.

Signature
Happy Coding!
Morten Wennevik [C# MVP]