Jump to content

FileDLG (Routine): Difference between revisions

From EDM2
Created page with "==Functions== * ErrMessageBox * FileOpenDlg * FitPathToBox * GetTextExtent * OpenDlgProc * FillListBoxe * OpenFile * ParseFileName * SaveDlgProc * FileSaveDlg * SaveDlgProc ..."
 
m Martini moved page FileDLG to FileDLG (Routine) without leaving a redirect: It may get confused with the FILEDLG Data Type.
 
(3 intermediate revisions by 2 users not shown)
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:C Libraries]]
[[Category:The OS/2 API Project]]

Latest revision as of 17:26, 11 May 2024

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