home *** CD-ROM | disk | FTP | other *** search
- // flistdem.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CFlistDemo dialog
-
- class CFlistDemo : public CDialog
- {
- // Construction
- public:
- CFlistDemo(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CFlistDemo)
- enum { IDD = IDD_FLISTDEMO };
- CString m_szDir;
- CString m_szFile;
- CVBFList* m_pDirList;
- CVBFList* m_pFilesList;
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CFlistDemo)
- afx_msg void OnDestroy();
- virtual BOOL OnInitDialog();
- afx_msg void OnHelp();
- afx_msg void OnDblclickVbflist1(UINT, int, CWnd*, LPVOID);
- afx_msg void OnSelchangeVbflist2(UINT, int, CWnd*, LPVOID);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-