Lines Matching refs:CDirBrowse
39 // CDirBrowse dialog
42 CDirBrowse::CDirBrowse(CString initialDir, CWnd* pParent /*=NULL*/)
43 : CDialog(CDirBrowse::IDD, pParent)
45 //{{AFX_DATA_INIT(CDirBrowse)
52 void CDirBrowse::DoDataExchange(CDataExchange* pDX)
55 //{{AFX_DATA_MAP(CDirBrowse)
61 BEGIN_MESSAGE_MAP(CDirBrowse, CDialog)
62 //{{AFX_MSG_MAP(CDirBrowse)
69 // CDirBrowse message handlers
71 BOOL CDirBrowse::OnInitDialog()
81 void CDirBrowse::OnDblclkDirlist()
90 void CDirBrowse::OnSelchangeDirlist()