Results 1 to 3 of 3

Thread: Picturebox

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Location
    INDIA
    Posts
    31

    Picturebox

    Hi All,

    I am loading images in PictureBox.
    Actually i want to delete a file which is displaying in the PictureBox. As picture box locks the file i am not able to delete the file.

    Any suggestion how do it?

    Thanks in Advance

    Regrds

    Nag K.
    Nagendra K

  2. #2
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416
    i think you can't delete the file because it is currently use in the picturebox.

    if you want to delete the file....
    delete also the picture that you put in the picturebox...

  3. #3
    Addicted Member
    Join Date
    Apr 2004
    Location
    Lagos, Nigeria
    Posts
    215
    open and read the file into a memory stream object. display the image from the memory strream. close handle to the file and delete it.

    hope it will help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width