home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "APICVT1"
- ' Copyright (c) 1996 by Desaware
- ' Part of the Desaware API Toolkit
- ' All Rights Reserved
-
- Option Explicit
- Global CRLF$ ' Loaded with CRLF for result lines
- Global CvtResult$ ' Will contain text result
-
- Global TargetDataBase$
- Global SourceFileName$
-
- Global Const OFN_CREATEPROMPT& = &H2000&
- Global Const OFN_FILEMUSTEXIST& = &H1000&
- Global Const OFN_HIDEREADONLY& = 4
-
-