CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    1

    updating tree view control

    I have an Explorer-like application that reflects a file system hierarchy (with a few wrinkles). I am able to change files in the list view (rename, delete, paste, eventually create new one). What technique do I need to update the tree view? If the current tree item (a folder) is open, it may be displaying an entry I just changed or deleted in the list view, or I may need to add a child item for a file I just created in the list view.

    This is done with MFC, based on the Wanderer code in Jeff Prosise's book.

    Thanks,
    Mark


  2. #2
    Join Date
    Aug 1999
    Posts
    6

    Re: updating tree view control

    Mark,

    For complete EXE (and source) for an Explorer type utility (also found here at codeguru) goto http://fafi.homepage.com/ (Leonard Smith - Excellent for learning all sorts of things).

    FAFI stands for "File As File Is" (version 0.91)!

    This could help you with your question and a lot more!!!!!

    I can't say enough good stuff about it!


    Thanks in advance,

    DDan

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

Featured