MSGDLG TInputDialog and TMessageDialog Components for Borland Delphi Version 3 ============================================================= KEYWORDS: MSGDLG MESSAGEBOX INPUTBOX MESSAGEDLG INPUTQUERY MESSAGE Copyright (c) 1996 Christopher S. Lim. All Rights Reserved. Author: Christopher S. Lim 517 Cobb Court La Puente, CA 91746 Compuserve: 74542,1670 Internet: 74542.1670@compuserve.com =========================================================================== Packing List: README.TXT This file MSGDLG16.DCU MSGDLG Unit Object file (Delphi 1.x) MSGDLG16.DCR MSGDLG Resource file (Delphi 1.x) MSGDLG32.DCU MSGDLG Unit Object file (Delphi 2.x) MSGDLG32.DCR MSGDLG Resource file (Delphi 2.x) MSGDLG.DFM MSGDLG Form file MSGDLG.HLP Help file HISTORY.TXT Revision History =========================================================================== Disclaimer: Use this program at your own risk. The author provides no warranties, expressed or implied. =========================================================================== Overview: TInputDialog and TMessageDialog are Delphi Visual Components that enable you to quickly add standard INPUT and MESSAGE BOXES to your application--simply drop the components onto your forms! You can specify the buttons to be displayed, the default button, multi-line messages and prompts that can include formatting strings (e.g. "%s"), the dialog box screen position (e.g., centered on the parent form), and waveforms to play when the message or input box is displayed. You can preview the message or input box by simply double-clicking on the component at design time. Delphi 1.x and 2.x versions included. Shareware. Registered users will receive FULL SOURCE CODE! Documentation: Complete documentation of the components can be found in MSGDLG.HLP which is a standard Windows Help file. =========================================================================== New Features and Upgrade Policy: If you have a previous version of the MSGDLG components, see the HISTORY.TXT file for new features. If you are registered user of MSGDLG, you can receive a free upgrade to MSGDLG Version 3.0. Please contact the author to request the free upgrade. Free upgrades are available only via e-mail so be sure to include your e-mail address. =========================================================================== License and Registration: TMessageDialog and TInputDialog are SHAREWARE components. You may freely upload the components to any public bulletin board such as the Internet, Compuserve, Prodigy, America On-Line, etc. Shareware distributors may, however, distribute the program for a small fee to cover their distribution costs. You may not modify, add, delete or replace any of the distribution files without the permission of the author. When you compile the components into your application, a "reminder" message box will be displayed when you run the application. If you find TMessageDialog and TInputDialog useful, you are expected to register. Registered users will receive a version of the components without the reminder message box as well as the FULL SOURCE CODE of the MSGDLG unit. To register, please send a check or money order in the amount of US$35 to: Christopher S. Lim 517 Cobb Court La Puente, CA 91746 USA If you are a member of Compuserve, you can register via Compuserve's SWREG forum (GO SWREG). The Registration ID is 8386, or you can search for the keyword "MSGDLG". You will receive the registered version of MSGDLG via e-mail. =========================================================================== Installation Instructions If you have Delphi 1.x: ----------------------- 1. Place the distribution files in the Delphi LIB directory or in another directory. 2. Rename MSGDLG16.DCU to MSGDLG.DCU 3. Rename MSGDLG16.DCR to MSGDLG.DCR 4. Run Delphi and select Options | Install Components. 3. Make sure the Search Path contains the directory with the MSGDLG.* files. 4. Click on the Add button and enter "MSGDLG" 5. Click OK. 6. The components will be installed in the Dialogs page of the component palette. If you have Delphi 2.x: ----------------------- 1. Place the distribution files in the Delphi LIB directory or in another directory. 2. Rename MSGDLG32.DCU to MSGDLG.DCU 3. Rename MSGDLG32.DCR to MSGDLG.DCR 4. Run Delphi and select Component | Install. 3. Make sure the Search Path contains the directory with the MSGDLG.* files. 4. Click on the Add button and enter "MSGDLG" 5. Click OK. 6. The components will be installed in the Dialogs page of the component palette. =========================================================================== *** END OF FILE ***