Visual dBASE 7.x (32-bit) Files

TxClip.zip 12/14/1998 Custom class to overcome a deficiency of the standard Text class in reports. The TxClip custom class can be used in reports to enforce single-line text clipping at the character or word level within the text object borders based on the setting of the custom WordClip property member. The TxClip class will clip text from the left, right, or both ends based on the setting of the standard AlignHorizontal property member.
AppMgr32.zip 05/23/1998 Manage VdB applications and/or other applications using VdB code.
VdBWin32.zip 04/12/1998 Manage VdB MDI child windows using VdB code.
Center32.zip 04/16/1998 Center and position MDI/nonMDI/modeless/modal VdB windows. Determine display resolution, pixels/form unit, more.
CBDrop.zip 06/06/1998 Custom ComboBox class that does not require 2 mouse clicks to pull the list down when AutoDrop is true. Same source file works in VdB 5.x and VdB 7.x without modification.
Intrup32.zip 04/01/1998 Demo form showing how to allow the user to interrupt a long processing loop.
BFile.zip 04/17/1998 Custom binary file class for writing binary numeric data to a disk file. Read/write signed/unsigned char, short and long values, doubles (64-bit) and long doubles (80-bit). 4-byte float (32-bit) to be added soon.
DType32.zip 06/07/1998 Chart showing how to convert data types commonly used by 32-bit Application Programming Interfaces (APIs) from C and BASIC to Visual dBASE data types for use with the VdB EXTERN function prototyping statement. The chart is provided in plain text and in HTML formats.