home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / MFCCLWZ.DLL / SRCDATA / FILEDLG.CPP < prev    next >
Text File  |  1998-06-18  |  490b  |  19 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // %1
  3.  
  4. IMPLEMENT_DYNAMIC(%1, CFileDialog)
  5.  
  6. %1::%1(BOOL bOpenFileDialog, LPCTSTR lpszDefExt, LPCTSTR lpszFileName,
  7.         DWORD dwFlags, LPCTSTR lpszFilter, CWnd* pParentWnd) :
  8.         %2(bOpenFileDialog, lpszDefExt, lpszFileName, dwFlags, lpszFilter, pParentWnd)
  9. {
  10. }
  11.  
  12.  
  13. BEGIN_MESSAGE_MAP(%1, %2)
  14.     //{{AFX_MSG_MAP(%1)
  15.         // NOTE - the ClassWizard will add and remove mapping macros here.
  16.     //}}AFX_MSG_MAP
  17. END_MESSAGE_MAP()
  18.