Searched defs:CDirBrowse (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DDirBrowse.h40 class CDirBrowse : public CDialog class in inherits:CDialog
44 CDirBrowse(CString initialDir = "\\", CWnd* pParent = NULL); // standard constructor
47 //{{AFX_DATA(CDirBrowse)
53 //{{AFX_VIRTUAL(CDirBrowse)
60 //{{AFX_MSG(CDirBrowse)
H A DDirBrowse.cpp48 // CDirBrowse dialog
51 CDirBrowse::CDirBrowse(CString initialDir, CWnd* pParent /*=NULL*/) function in class:CDirBrowse
52 : CDialog(CDirBrowse::IDD, pParent)
54 //{{AFX_DATA_INIT(CDirBrowse)
61 void CDirBrowse::DoDataExchange(CDataExchange* pDX)
64 //{{AFX_DATA_MAP(CDirBrowse)
70 BEGIN_MESSAGE_MAP(CDirBrowse, CDialog)
71 //{{AFX_MSG_MAP(CDirBrowse)
78 // CDirBrowse messag
[all...]

Completed in 10 milliseconds