CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: totike90

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,711

    Re: File handling problem

    i`ve made as you said, to check if the picture exists, and save only the non-existent images, works great but it also represents an issue:

    the albums and the pictures are stored in an object...
  2. Replies
    7
    Views
    1,711

    Re: File handling problem

    and if i load an album, add pictures to it, and then save it back, the old pictures has to be overwritten, but they are also opened by the app, thats my problem
  3. Replies
    7
    Views
    1,711

    Re: File handling problem

    the problem is that the save is done and the name is given by the same for loop, automatically, because on load to be able to be identified by the name and loaded in the correct object array
  4. Replies
    7
    Views
    1,711

    File handling problem

    Hy all!

    i wrote an app which opens pictures stored on hard drive, to a picture album, and what i want is that when i want to save the album, cannot overwrite the existing files, because "they are...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured