Search results for query: *

  1. LebenOjanen

    Delete Picture File

    Yay! Alright, that worked, but if I can keep pestering you, I'd love to know _how_ it worked :) Care to explain?
  2. LebenOjanen

    Delete Picture File

    Code! As requested here's the core Open and Delete parts of the code, from their respective functions. Opening the Image: PreviewLoc=App_Path & "images\" & dr("RecipePicture") PictureName = dr("RecipePicture") picPreview.Image=System.Drawing.Bitmap.FromFile(PreviewLoc) Ignore the wierd...
  3. LebenOjanen

    Delete Picture File

    Nada Doesn't work. I still get the standard "Additional information: The process cannot access the file (Picture FIle Name Here) because it is being used by another process." Error Any idea what could be causing this? So frusturating!
  4. LebenOjanen

    Delete Picture File

    I am making a program that allows users to enter information into a database and import pictures from other areas of their computer. The selected picture is copied to an Images directory inside the program directory. However I cannot delete the image when the delete function is called. The...
Back
Top