Click here to Skip to main content
15,884,794 members
Articles / Desktop Programming / MFC

Directory and Network Browsing Using a Tree Control

Rate me:
Please Sign up or sign in to vote.
4.93/5 (38 votes)
5 Sep 2000 285.2K   9K   78  
An article explaining browsing my computer and the network using a TreeCtrl
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by TryNetworkTree.rc
//
#define IDD_TRYNETWORKTREE_DIALOG      102
#define IDR_MAINFRAME                   128
#define IDB_FILE_TYPES                  134
#define IDD_GET_PATH                    134
#define IDC_BUTTON_GETPATH              1000
#define IDC_TREE                        1001
#define IDC_EDIT_PATH                   1001
#define IDC_STATIC_NOTE                 1016

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1002
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.


Written By
United States United States
I starting writing code when Apple IIe was all the rage (1982?). Graduated Mechanical Engineering in New Zealand, so I could build Robots. Took up Commerical diving in Asia for a few years to make some quick money (Spent it all). I have been writing C/C++/Assembly and building underwater robots since MS QuickC/Quick Assembler in 1989. I currently live in Australia and work mosly with MS VisualC.

Comments and Discussions