home *** CD-ROM | disk | FTP | other *** search
- {
- ════════════════════════════════════════════════════════════════════════════
-
- Visionix WIN File Selection Box (VWFSBOX)
- Copyright 1991,92,93 Visionix
- ALL RIGHTS RESERVED
-
- ────────────────────────────────────────────────────────────────────────────
-
- Revision history in reverse chronological order:
-
- Initials Date Comment
- ──────── ──────── ────────────────────────────────────────────────────────
-
- mep 02/11/93 Cleaned up code for beta release
-
- jrt 02/08/93 Sync with beta 0.12 release
-
- jrt 12/07/92 Sync with beta 0.11 release
-
- jrt 11/21/92 Sync with beta 0.08
-
- jrt 11/18/92 First logged revision.
-
- ────────────────────────────────────────────────────────────────────────────
- }
-
- Unit VWFSBOX;
-
-
- Uses
-
- VTypes,
- VCrt,
- Dos,
- VWinlow,
- VWinhigh,
- VForm;
-
- {────────────────────────────────────────────────────────────────────────────}
-
- Procedure WFileSelectBox( WinName : ST80;
- FileName : PSTRING;
- ButtonName : ST80;
- Dir : PSTRING;
- ButtonOpts : WORD;
- ShowMenu : PMenu;
- InfoOpts : WORD;
- Var Error : WORD );
-
- {────────────────────────────────────────────────────────────────────────────}
-
-