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
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