'**************************************************************************************** ' ' File: CAPTIONS.BAS ' ' Author: Roberto Raso ' Date: 11th July 1994 ' '**************************************************************************************** ' ' Purpose: Provide information and functions to get ' captions for MassLynx. ' '**************************************************************************************** '**************************************************************************************** ' ' Constant/Global declarations. ' '**************************************************************************************** 'Const CONST1 = 1 '1 TAB away description. '**************************************************************************************** ' ' Data type declarations. ' '**************************************************************************************** '*** '*** Type1 *** '*** Type Type1 fSingle1 As Single '1 TAB away from end. wInteger1 As Integer '1 TAB away from end of line. End Type '**************************************************************************************** ' ' Function declarations. ' '**************************************************************************************** 'Find window with supplied name. Returns window handle for success. 'Declare Function FindWindow Lib "User" (ByVal Sname As Any, ByVal Wname As String) As Integer 'Fills VGFILE data type, information from MASSLYNX.INI. Returns 1 for success. 'Declare Function GetGlobalFile Lib "\MassLynx\Util.DLL" (ByVal szParagraph As String, ByVal szKey As String, sDefault As VGFILE, szResult As VGFILE) As Integer