home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / SRCDATA / FILEDLG.CPP < prev    next >
Encoding:
Text File  |  1996-07-12  |  490 b   |  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.