'--------------------------------------------------------------------------- ' File : WPPDLG.TXT ' Title : Visual Basic Declares File ' Desc : This file contains the Visual Basic declarations for PerfectFit Technology VBX. ' Tabs : column 5 every 4 ' Copyright (C) 1994 WordPerfect Corp., All Rights Reserved ' ' You have a royalty-free right to use, modify, reproduce and distribute ' the VB Declares Files (and/or any modified version) in any way ' you find useful, provided that you agree that WordPerfect Co. has no warranty, ' obligation or liability for any VB Declares File. '--------------------------------------------------------------------------- ' 'Action constants to bring up the Open File, Save As and Select 'directory dialogs Const WP_ACTION_FILEOPEN = 1 Const WP_ACTION_FILESAVEAS = 2 Const WP_ACTION_SELECTDIRECTORY = 3