home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / SRCDATA / FILEDLG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-12  |  539 b   |  22 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1 dialog
  3.  
  4. class %1 : public CFileDialog
  5. {
  6.     DECLARE_DYNAMIC(%1)
  7.  
  8. public:
  9.     %1(BOOL bOpenFileDialog, // TRUE for FileOpen, FALSE for FileSaveAs
  10.         LPCTSTR lpszDefExt = NULL,
  11.         LPCTSTR lpszFileName = NULL,
  12.         DWORD dwFlags = OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT,
  13.         LPCTSTR lpszFilter = NULL,
  14.         CWnd* pParentWnd = NULL);
  15.  
  16. protected:
  17.     //{{AFX_MSG(%1)
  18.         // NOTE - the ClassWizard will add and remove member functions here.
  19.     //}}AFX_MSG
  20.     DECLARE_MESSAGE_MAP()
  21. };