Dialog Killer 1.1 -=================- by Nicholas Maher Copyright 1995. All rights reserved Dialog Killer is a Windows 3.1 program, designed to automatically handle annoying confirmation dialog boxes created by other applications. It sends them a default response, and destroys them before they even reach the screen. Files: README.TXT .... This file DKILL.EXE ..... Dialog Killer executable DLIB.DLL ...... Dialog Killer DLL DKILL.HLP ..... Dialog Killer help file CTL3DV2.DLL ... Microsoft CTL3D library BC40RTL.DLL ... Borland C++ runtime library To install: o Copy DKILL.EXE, DLIB.DLL, and DKILL.HLP to a directory of your choice. (It doesn't matter where, as long as they are in the same place) o Copy CTL3DV2.DLL and BC40RTL.DLL to the WINDOWS\SYSTEM directory, if you do not already have copies of them. (Note that CTL3DV2.DLL MUST reside in this directory - make sure you delete it from the directory where Dialog Killer resides.) o Make an icon for Dialog Killer in Program Manager. Place it in the Startup group if you want it to start automatically. I hope you enjoy this program. It's freeware, so you don't have to send me money or anything like that. Distribute it as much as you like, as long as you keep all the files together, and don't change anything. Also, there is no warranty with this program. I take no responsibility for anything that Dialog Killer does, so use it at your own risk. If you have any questions or comments, or you find any bugs (there shouldn't be any :), you can write to Chris Merrigan - (cwm@newt.phys.unsw.edu.au) I no longer have an email address, since I've just finished uni (woo-hoo!) I hope you find Dialog Killer useful. If you really like it, you can send me a postcard. My address is: 32 Dandarbong ave Bangor, NSW Australia 2234 Nicholas Maher February 1995 ///////////////////////////////////////////////////////////////////////////// // Dialog Killer: Changes ///////////////////////////////////////////////////////////////////////////// Version 1.1 : o Now has help. o Allows dialogs without titles. o Checks the module name. o Warns if the selected window does not belong to a known dialog class. o If the selected window is not a dialog, its parents are also checked. o Module name and title name are now displayed in the list box. Version 1.2 : o Checks child window text (optionally). o Combo-box for standard return-codes. o Dialog database searching has been optimized. Future enhancements: o None - Unless anyone has any ideas...