Amit Amit

Amit Amit

  • NA
  • 54
  • 5.3k

Any tips how do do this?

Sep 30 2022 1:31 PM

Hi. I write winforms app, i take the picture from the camera than I want do the following:

Copy sourecImage to directory1

Copy sourceImge to directory2

Move soureImage to targetImage

Display rargetImage in a picturebox.

The sourceImage is about 6MB. The copied images are corrupt. On moving there is allways a FileInUse Exception.

Any tips how do do this? I use File.copy and File.mov


Answers (1)