home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / WINK / READ.ME next >
Text File  |  1993-09-01  |  1KB  |  38 lines

  1. WinK 1.2:
  2. ---------
  3.  
  4. (C) R.P.Bellis 1993
  5.  
  6. This is a simple Windows application that continuously displays
  7. the amount of free memory available as the title of a Windows
  8. icon.
  9.  
  10. This application requires BWCC.DLL to be present in the PATH
  11. somewhere. I haven't included it in the archive file since i
  12. would make it at least four times larger.
  13.  
  14. If you use this program, please let me know.
  15.  
  16. Notes for programmers:
  17. ----------------------
  18.  
  19. The program is written in Pascal using Borland's ObjectWindows
  20. library.  The 'About' dialog box uses Borland's Custom Controls,
  21. hence the need for BWCC.DLL.
  22.  
  23. The iconic window is created using a TIconWindow class derived
  24. from TWindow.  A TIconWindow can only be displayed as an icon,
  25. and thus has options such as 'Maximize' removed from its system
  26. menu.  Source for this and other derived window types will be
  27. released in the near future.
  28.  
  29. ==============================================================================
  30. R. P. Bellis                            E-Mail: <rpb@psy.ox.ac.uk>
  31. Computing Officer
  32. MRC Centre for Brain and Behaviour
  33. Dept. of Experimental Psychology
  34. University of Oxford                    Whois:  (RB83)
  35. South Parks Road                        Tel:    +44 865 271359
  36. Oxford OX1 3UD                          Fax:    +44 865 310447
  37. ==============================================================================
  38.