Jump to content

FileDLG (Routine): Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:FILEDLG to FileDLG
No edit summary
Line 1: Line 1:
It is an OS/2 Open File dialog box routines with C source code.
==Files==
* FILEDLG.DLL
==Functions==
==Functions==
* ErrMessageBox
* ErrMessageBox
Line 12: Line 17:
* SaveDlgProc
* SaveDlgProc


==License==
* Freeware for non commercial use
* Author: Rick Yoder
==Links==
* [http://cd.textfiles.com/carousel/022A/FILDL2.ZIP FILDL2.ZIP]






[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 15:36, 15 September 2021

It is an OS/2 Open File dialog box routines with C source code.

Files

  • FILEDLG.DLL

Functions

  • ErrMessageBox
  • FileOpenDlg
  • FitPathToBox
  • GetTextExtent
  • OpenDlgProc
  • FillListBoxe
  • OpenFile
  • ParseFileName
  • SaveDlgProc
  • FileSaveDlg
  • SaveDlgProc

License

  • Freeware for non commercial use
  • Author: Rick Yoder

Links