keyongtech


  keyongtech > dotnet.framework.* > dotnet.framework.main > 01/2004

 #1  
01-29-04, 09:31 AM
SonyMan
HI
I have a VB.NET application in which my Image (from a picturebox) is opened by the user in another application like MSPaint or Photoshop or whatever he chooses. The image does open there.But after making changes, the user cannot save the image since it throws an error : "Access denied.File is in use by another process". What could be the workaround for this? Any little help would be highly appreciated since this is very urgent. Thanks everybody in advance.
 #2  
01-29-04, 06:13 PM
Ed Kaim [MSFT]
It seems like both your app and the editing app are holding references to
the file. In order to overwrite it, you'll have to close one of them
(probably your app's reference).

"SonyMan" <anonymous> wrote in message
news:4460
> HI,
> I have a VB.NET application in which my Image (from a picturebox) is

opened by the user in another application like MSPaint or Photoshop or
whatever he chooses. The image does open there.But after making changes, the
user cannot save the image since it throws an error : "Access denied.File is
in use by another process". What could be the workaround for this? Any
little help would be highly appreciated since this is very urgent. Thanks
everybody in advance.
Similar Threads
error message "access denied". Cannot save anything in my favorite

-- I can''''t add favorites to Microsoft Internet Explorer. I get message saying Access Denied. Does anyone know how I can repair this problem. Thanks for the help. Hopeful

Save an icon loaded into an image list through code

Hi I have some code which will load an icon into an image list given the icons path (user specified). Does anyone know how I could save the icon in the image list so it...

Access is denied - assembly could not be loaded

All right. I'v been the last 24h looking everywhere for a solution:

Cannot save image under same path as it was loaded

Hi all, I'm trying to accomplish a way to modify images at runtime (ASP.Net Application). So, I thought I can load the image, operate on it and than save it again under the...

Access Denied to image

Hi I appear to be getting an unusual behaviour for some users with a particular image (jpg) in a resource gallery. I'm getting a login box when the image is loaded in...


All times are GMT. The time now is 04:49 AM. | Privacy Policy