Jump to content

FileDLG (Routine): Difference between revisions

From EDM2
No edit summary
m Martini moved page FileDLG to FileDLG (Routine) without leaving a redirect: It may get confused with the FILEDLG Data Type.
 
(One intermediate revision by one other user not shown)
Line 22: Line 22:


==Links==
==Links==
* [http://cd.textfiles.com/carousel/022A/FILDL2.ZIP FILDL2.ZIP]  
* [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