home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / _bbs2 / f1246.zip / FILEOPEN.H < prev    next >
Text File  |  1990-06-29  |  229b  |  11 lines

  1. /* Control IDs */
  2.  
  3. #define     IDC_FILENAME  9000
  4. #define     IDC_EDIT      9001
  5. #define     IDC_FILES     9002
  6. #define     IDC_PATH      9003
  7. #define     IDC_LISTBOX   9004
  8.  
  9. int GetFileName(HANDLE, HWND, PSTR, PSTR);
  10.  
  11.