home *** CD-ROM | disk | FTP | other *** search
/ Freelog 40 / Freelog040.iso / Bas / Internet / NTsend / ReadMe.txt < prev   
Text File  |  2002-11-02  |  6KB  |  154 lines

  1.  
  2. NTSend version 1.3.3,               Saturday, 11th October 2002
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.                     THIS PROGRAM IS FREEWARE
  6.  
  7. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. NTSend uses the Windows NT 4.0 Messenger service to send popup
  9. messages to other Windows NT machines (and Windows 95 running
  10. WinPopup).
  11. It can send messages to -
  12.  
  13. o   The current NT domain.
  14. o   Users logged in to the domain.
  15. o   PCs in the domain.
  16. o   NT Global groups.
  17. o   Ad-hoc groups of the above.
  18. o   Custom lists of the above.
  19.  
  20. It can maintain a 'Favourites list' and can also maintain
  21. custom lists of recipients.
  22.  
  23.  
  24. Installation
  25. ~~~~~~~~~~~~
  26. NTSend will run correctly in Windows NT 4.0. (Barring bugs)
  27. It won't even load in Windows 95/98 :-)
  28.  
  29. =================================================================
  30.   Update: According to a number of reports, it runs fine in Win2k
  31.           and WinXP.
  32. =================================================================
  33.  
  34. NTSend requires no special installation being only one executable
  35. file and one help file.  Put these two files into a directory ...
  36. e.g. c:\program files\ntsend - or even on a shared network area
  37. and create a menu item or desktop shortcut to point to the EXE file.
  38. Note: The help file should be in the same directory as the executable.
  39.  
  40. The help file is invoked the first time the program is run just to get
  41. you started.
  42.  
  43.  
  44. Un-install
  45. ~~~~~~~~~~
  46. NTSend stores some settings in the registry, so prior to removal of the
  47. program, you should run it one last time thus ...
  48. NTSend /clear
  49. This will remove all NTSend registry entries from the current user's
  50. registry area.
  51. (The registry entries will cause no problems anyway, if left in place.)
  52. Finally, simply delete the executable NTSend.exe and the help file
  53. NTSend.hlp.
  54.  
  55. Support
  56. ~~~~~~~
  57. All comments, criticisms, suggestions and praise are welcome.
  58. You can email me at jkelly@ntsend.freeserve.co.uk but I can't guarantee
  59. a response or a fix since this program is strictly a spare time project.
  60. If you want the Delphi source code then you should be able to download
  61. it from the website - 
  62. http://www.ntsend.freeserve.co.uk/downloads/ntsendsrc.zip
  63. and the binary files -
  64. http://www.ntsend.freeserve.co.uk/downloads/ntsendbin.zip
  65.  
  66. Amendments
  67. ~~~~~~~~~~
  68. 26th August, 2001
  69. Set the size of some components during form creation as they were not being
  70. scaled correctly when large fonts were selected.
  71. The bug was reported by Eddie Lopez, Cuba.
  72.  
  73. Went up to version 1.3, since this is what it is advertised as on the download
  74. sites.  Over 1800 downloads so far.
  75.  
  76. 29th Dec, 2001
  77. Junior Gamez Aguilera supplied an amendment to implement a tray icon.  I adapted
  78. his code to suit my preferences by adding a setting to allow minimizing to a tray
  79. icon.  Went to version 1.3.1.
  80.  
  81. 1st Jan, 2002 (Get a life eh?)
  82. Fixed a couple of bugs.  The helpfile location was hard coded (?).  Tidied up
  83. the parameter handling a little.
  84.  
  85. 5th Jan, 2002
  86. Simplified the 'Minimize to tray' option so that it no longer hides the taskbar
  87. button while the application is active and visible.  Now the taskbar button is
  88. only hidden and the tray icon made visible when the application is minimised.
  89. The taskbar button being hidden made switching between windows less convenient.
  90.  
  91. 13th April, 2002
  92. Got a bug report from Ralph Vloemans that an incomplete list of network items is
  93. produced when run on a PDC.  Found the problem in the LanManager call
  94. NetGetAnyDCName.  It returns an error when you are on the PDC.  This meant that
  95. users and groups didn't show on the list since these are usually read from the
  96. Domain Controller which is blank on a PDC (?).
  97. Now it uses 'nil' as the machine parameter when getting users and groups if the
  98. DomainCtrl is set to ''.
  99. Changed a 'classic' error message, a dialog box which said 'Help File not found'.
  100. It had an Ok button and a HELP button. (?)
  101.  
  102. 13th April, 2002
  103. Version 1.3.2
  104. NTSend is now compiled in Delphi 6 Personal edition which is available free from
  105. Borland.  Way to go Borland...
  106. If you are still using version 5 and it won't compile, try setting the Local
  107. Symbols checkbox in the compiler options.  Don't know why, but in 5 this
  108. setting caused me problems.
  109.  
  110. 18th April, 2002
  111. Moved the Settings menu contents into the Options dialog.  This is more accessible
  112. because of the new Options toolbar button.  Added a Server query timeout value.
  113. This hopefully, will cut short any long waits for servers to respond.  (Any
  114. servers that don't respond correctly, can of course, be excluded from the list
  115. by un-checking them in the servers tab.)  Updated the Help file with pictures of 
  116. the new menu layout and the new Options dialog.
  117.  
  118. 11th October, 2002
  119. Version 1.3.3
  120. Changed NetServerEnum API calls to NetServerEnumEx to avoid a known bug with the
  121. previous call.  (resume handle doesn't work so a continuous loop can be caused where
  122. there are a lot of servers.)  This loop condition was brought to my attention by 
  123. Michael Boley.  Thanks Michael.
  124. Added another option to clear the message text after sending. *
  125. Set the signature on program start to be the last previously used. *
  126. Improved the List Editor form *
  127. Added Export / Import Lists options to the main NTSend menu. *
  128. Updated the help file.
  129. * Features suggested by Junior Gamez Aguilera.
  130. Added some conditional DEBUG code.  Just define DEBUG in the
  131. Project/Options/Directories/Conditionals/Conditional defines.
  132. This will append to a log in c:\temp\ntsend.log
  133. Moved up to version 1.3.3.
  134.  
  135. Credits
  136. ~~~~~~~
  137. John Kelly        Author
  138. Junior Gamez Aguilera   Tray Icon code and some interface design suggestions
  139. Colin Henderson        Testing and some interface design suggestions
  140. Michael Boley           Testing
  141. bunch of good guys    Testing
  142.  
  143. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  144. John Kelly
  145. Stirling
  146. UK
  147. jkelly@ntsend.freeserve.co.uk
  148.  
  149. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150. This program was written on Delphi 6, running in a VMWare session on a
  151. Mandrake Linux 8.1 (kernel 2.4.8) intel PC          11th October, 2002
  152.  
  153. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  154.