home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / FINDAP.ZIP / README.TXT < prev    next >
Text File  |  1991-08-10  |  1KB  |  37 lines

  1. Multiple Instance Prevention Routines - README.txt file
  2.  
  3. These routines have been created to handle situations where the USERS
  4. may have mulitple windows open on the DESKTOP and visibility of active
  5. programs may be hindered .. or you do not wish to have more than one 
  6. copy of an application loaded at any one time.
  7.  
  8. They handle :
  9.         1) Attempts to OPEN more than 1 copy of your application
  10.                 2) Attempts to activate more than 1 copy of support programs
  11.           such as the CALCULATOR or CONTROL PANEL.
  12.  
  13.                     Works best on programs that do not include the data file
  14.                     names as part of their CAPTION or title information.
  15.  
  16. Released to the PUBLIC DOMAIN. - FREEWARE
  17.  
  18.  
  19. GENERAL  FRM  - Basic FORM to show features
  20. SUBROUT  BAS  - Subroutines used
  21. GENERAL  MAK  - Make file - for the Sample
  22. GLOBAL   BAS  - DLL Declarations
  23. FINDAPP  DLL  - DLL lib files
  24. FINDSELF DLL 
  25. GENERAL  EXE  - Compiled version of the Sample Program
  26.  
  27. FINDAPP  PAS  - TPW source code to the DLLs
  28. FINDSELF PAS 
  29.  
  30. If you have any problems or suggestions please contact me via 
  31. COMPUSERVE - Ed Obeda 72537,163
  32.  
  33. * Special Thanks to the person who create WNDFIND.ddl, as the DLLs are based
  34. on your routines and VB-TIPS.com compiled by Nelson Ford as a source of 
  35. useful information.
  36.  
  37.