home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / sc_file / scfild.txt < prev    next >
Text File  |  1993-11-07  |  6KB  |  166 lines

  1. Description of SCFILE Version 2.0
  2. This document is a description of the file SCFILE.ZIP
  3. located on this library.
  4.  
  5.  
  6. PURPOSE
  7.  
  8. One significant shortfall of the Windows environment is
  9. the inability to view large text files. These files may
  10. be textual documentation, reports, programs, data files,
  11. or whatever. To get around the limits of applications 
  12. such as Notepad, many people resort to loading these
  13. files into word processing applications. Besides being
  14. very slow, this solution also has its limits.
  15.  
  16. A number of file viewers exist both commercially and as
  17. shareware. Many of these claim "no limit" to file size.
  18. If you have tried any of them, you will notice that they
  19. do in fact have limits. You will also notice that the
  20. limit of your time is stretched by waiting for your file
  21. to display.
  22.  
  23. SCFILE also has a limit to the size of file it will
  24. display. Its limit is approximately 1,000,000,000 bytes.
  25. Don't be put off by this limit since this is probably
  26. larger than any file you will have to deal with. SCFILE
  27. will view a 1,000,000,000 byte file just as fast and
  28. easily as it will a 100 byte file.
  29.  
  30. For Visual Basic developers, SCFILE provides an additional
  31. ability. It will allow the display of Visual Basic arrays
  32. of any size with nearly no coding required. If you have
  33. ever attempted to display a 10,000 entry array in a list
  34. box, you know the problems this addresses. By assigning
  35. an array to be displayed, you have your list box.
  36.  
  37. In summary, SCFILE is the fastest, easiest way of viewing
  38. and printing text files and Visual Basic arrays that we
  39. are aware of. If you don't believe it, try it. If we are
  40. wrong, let us know.
  41.  
  42.  
  43. FEATURES
  44.  
  45. View text files up to 1,000,000,000 in size.
  46.  
  47. Print all, or selected portions, of text files. SCFILE gives
  48. you control of both the font and font style.
  49.  
  50. Foreground and background colors as well as font and font
  51. style are easily set options.
  52.  
  53. Selective highlighting allows for the color of text to be
  54. controlled by text content. In other words, you can have
  55. SCFILE display the word "Minneapolis" with a red background
  56. and white text every time it appears in an address list.
  57. Multiple highlighting rules can be applied to single lines.
  58.  
  59. Line or column selection. Have you ever wanted to extract a
  60. column of numbers from a file and include them into a spread
  61. sheet? Or have you ever wanted to print just one page of a
  62. long document? SCFILE gives you these capabilities with the
  63. click of a mouse button.
  64.  
  65. Most Recently Used list keeps track of the last five files
  66. you have viewed and where you were when you left the file.
  67. If you select a file from this list, you will be returned
  68. to your last position.
  69.  
  70. Multiple (or no) .INI file support. SCFILE remembers how
  71. your screen looked the last time it was run as well as what
  72. files you were looking at. This data is stored in what is
  73. known as a .INI file. For most users, this is OK. For network
  74. users, this is usually not OK. A command line option allows
  75. you to specify the fully qualified name of the .INI file to
  76. store these values in (perhaps your local drive) or you can
  77. tell SCFILE to not store these values at all.
  78.  
  79. High speed searching capability. When you are looking at a
  80. 1,000 byte file, this may not be important since one search
  81. is going to look pretty much as fast as another. If you are
  82. looking at a multi-megabyte file, high speed takes on a whole
  83. new meaning. SCFILE also provides an option on its search to
  84. allow you to just see how many occurrences of a character 
  85. string exist within a file. This can save many hits on the
  86. repeat-search key.
  87.  
  88. Mouse cursor position display option. If you ever got tired
  89. of counting characters to determine where a string is in a
  90. line (or where the line is in the file), this option is for
  91. you. Unlike a ruler which is basically useless with non-fixed
  92. fonts, SCFILE will continuously display the current mouse
  93. cursor position.
  94.  
  95.  
  96. FEATURES FOR PROGRAMMERS
  97.  
  98. SCFILE's selective highlighting capabilities make code viewing
  99. easier by allowing you to say how certain lines should be
  100. displayed.
  101.  
  102. SCFILE's copy functions are ideal for use in "cloning" code 
  103. from one process to another.
  104.  
  105. When you register SCFILE, you will be provided with the full,
  106. commented, Visual Basic source.
  107.  
  108. When you register SCFILE, you will be provided with documentation
  109. on the 50+ DLL resident functions. You are free to use these 
  110. functions in your own applications.
  111.  
  112. A file drag and drop control to allow you to add drag and drop
  113. to your own Visual Basic applications.
  114.  
  115. Many REXX like, word oriented functions. Did you ever want to
  116. know how many words were in a string? Did you ever just want a
  117. particular word from a string? How about having a string
  118. returned to you as expanded hexi-decimal?
  119.  
  120. A sort for huge Visual Basic arrays. Combine this with the
  121. ability to display arrays and what do you have? A sorted
  122. list box. 
  123.  
  124. Support for displaying, printing, and extracting from, huge
  125. Visual Basic arrays.
  126.  
  127.  
  128. SYSTEM REQUIREMENTS
  129.  
  130. Windows 3.1
  131. VBRUN300.DLL
  132.  
  133.  
  134. PRICING AND AVAILABILITY
  135.  
  136. SCFILE is distributed as ShareWare. As such, you are free
  137. to use it for 30 days. If, after 30 days, you wish to
  138. continue using it you are expected to register its use
  139. with Software Assist Corporation. Simply click on the
  140. Register menu item and you will be walked through 
  141. providing the necessary information.
  142.  
  143. Registration Fee:    $25.00 US
  144. Shipping and Handling:      5.00 US
  145. Total Fee:        $30.00 US
  146.  
  147. Site licenses are available upon request.
  148.  
  149.  
  150. If you are experiencing ANY problems with SCFILE or have
  151. further questions, this is how you can contact us:
  152.  
  153. On CompuServe:     User ID 76400,3555
  154.  
  155. By telephone:     (612) 541-0144
  156.  
  157. By mail:    Software Assist Corporation
  158.         75 Maryland Avenue South
  159.         Golden Valley MN 55426-1544
  160.  
  161. Remember, SCFILE grows through your comments and suggestions.
  162. DO NOT BE SHY! We want to hear from you! Software Assist
  163. Corporation is dedicated to providing quality software and
  164. services. We need your feeback in order to meet this goal.
  165.  
  166. 11/07/93