home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / delphi / misc / files.bbs < prev    next >
Encoding:
File List  |  1997-10-03  |  14.7 KB  |  239 lines

  1.              ===============================================
  2.                  Delphi programming textfiles and theroy
  3.              ===============================================
  4. D3MSA.ZIP    Connecting a Delphi 3 Application to an MS Access 95 (xxx.mdb) 
  5.              Database File info.
  6. DN960801.ZIP The Unofficial Newsletter of Delphi Users - Issue #15  
  7. DN960901.ZIP The Unofficial Newsletter of Delphi Users - Issue #16 
  8. DN961001.ZIP The Unofficial Newsletter of Delphi Users - Issue #17
  9. DN961101.ZIP The Unofficial Newsletter of Delphi Users - Issue #18 - November 1996
  10. DN970101.ZIP The Unofficial Newsletter of Delphi Users - Issue #19 - January 1997
  11. DN970301.ZIP The Unofficial Newsletter of Delphi Users - Issue #20
  12. DN970501.ZIP The Unofficial Newsletter of Delphi Users - Issue #21
  13. DN970601.ZIP The Unofficial Newsletter of Delphi Users - Issue #22 - June1997
  14. DN970901.ZIP The Unofficial Newsletter of Delphi Users - Issue #23
  15. REGISTRY.ZIP Delphi and the Registry
  16.              This article reflects my personal experiences with the registry 
  17.              and Delphi. 
  18.  
  19.  
  20.              =========================
  21.                  Delphi sourcecode
  22.              =========================
  23. AAQBLDR.ZIP  QBuild 
  24.              You can use the QBuild Tools to help create complex question 
  25.              classes for AaWiz. This approach enables you to develop and 
  26.              test your question class as a form (ie. you can use Delphi's 
  27.              form designer to design your controls and create event handlers 
  28.              for them). You then convert your form into a control and create 
  29.              a question class wrapper around the control. 
  30. ABOUT10.ZIP  K&j about box version 1.0 
  31.              Is a way to give all of your applications a standard "about 
  32.              box" look and feel. All text displayed in the K&J About Box is 
  33.              customizable and K&J About Box will even display your 
  34.              application's icon!  
  35. ABOUT95D.ZIP Windows 95 style About dialog box for Delphi 2.0 Make your
  36.              applications look more like Windows 95 with this Freeware About
  37.              box - full source included. Shows free total memory & system
  38.              resources like Windows 95 applets & explorer. Envy
  39.              Technologies.
  40. ACTINDLL.ZIP HelpMakers, this Delphi2 sample shows how to:
  41.              1- How1- How to put a dialog in a DLL
  42.              2- How to call a function from a DLL
  43.              3- How to get information about Version Information in a File, 
  44.                 In this case the sample application
  45.              4- How to use Some Useful API Functions
  46.              5- How to get Information from Windows Registry
  47.              6- How to start an application in a special Style using 
  48.                 ShowWindow API function and set the Forms Visiblity 
  49.                 to true. (Check the application Project Source and 
  50.                 compair it with other applications of yours. Something is 
  51.                 missing and something is added there !)
  52. ASTROIDS.ZIP Delphi Asteroids Vector Graphics Demo    
  53.              This program is part of a presentation on graphics programming 
  54.              with Delphi that I presented to the Delphi Developers of Dallas 
  55.              users group on July 31, 1996. The presentations purpose was to 
  56.              show that not only is Delphi an excellent development platform 
  57.              for database applications, it is also a very viable platform 
  58.              for graphics intensive applications. This program is not of a 
  59.              commercial quality, but it is meant to show what Delphi is 
  60.              capable of doing. 
  61. C32D0110.ZIP CRT32 version 1.10.003
  62.              Console-mode-helping-unit for 32-bit Delphi programming Makes 
  63.              the Console-applications work a bit like old Borland CRT-app- 
  64.              lications (Not a complete drop-in for CRT/WinCRT/Win32CRT, but 
  65.              a help for developing Console-applications in an easy way) It 
  66.              has some enhancements too, like SmartInput, ScreenInput and 
  67.              fast screenwrites 
  68. CALC.ZIP     cmpEvaluator, Expression evaluator unit for Delphi
  69. CHOOZDCL.ZIP CHOOZDCL was written to launch Delphi with different component
  70.              libraries, but could be used generally where an INI file
  71.              section needs changing to launch a program in different
  72.              configurations- simply modify the General parameters below.
  73. COASTERS.ZIP Bar Coasters, Bar coasters is a game of which the object is get 
  74.              the LOWEST score. With Delphi source 
  75. CODEAPP.ZIP  Source Code Utility (CodeApp Project)
  76.              I created this utility, CODEAPP.DPR, to do several basic source
  77.              code related tasks. It's an application that I use mainly while
  78.              in the Delphi IDE, by running it from the Tools Menu, but it
  79.              can be useful outside of the IDE as well. The first capability
  80.              is simply to view a Delphi source code file and search the file
  81.              for specified text.
  82. CPARSE.ZIP   C Parser V1.0 for Delphi
  83. CRC2.ZIP     Delphi CRC-calculation unit
  84. CRC32.ZIP    Crc32-Maker (Freeware) 1.0
  85.              CRC-checksum calculator for Delphi
  86. CRC32PAS.ZIP 32-bit CRC-Calculation routines for Delphi.
  87. D_TAPI.ZIP   This is a delphi implementation of the windows telephony
  88.              headers. There's a test program that can monitor calls made
  89.              with other tapi enabled programs like remote access and can
  90.              also dial calls. aLso there's a mini-terminal that shows how to
  91.              use tapi to place calls and obtain the com handle.
  92. DCOUNTER.ZIP DCOUNTER - A Counter written in Delphi 3
  93.              This is an example of how to make a page counter for a web 
  94.              server using Delphi 3. This counter reads the contents of a 
  95.              counter data file (simply a text file with a value, like 1234, 
  96.              in it), increments the value in the file, and creates the 
  97.              counter graphic as a JPEG.  
  98. DELPCUT.ZIP  Ateroid gamedemo in Delphi
  99. DELPHI_2.ZIP DirectX Delphi-3 sample
  100. DIBUNIT.ZIP  The TDIBSection class as defined creates what is in effect a 
  101.              memory bitmap with a 24bit colour depth, and provides methods 
  102.              with which to change the colour of individual pixels, at speed, 
  103.              and display the resulting image on any TCanvas 
  104. DKWHTTP.ZIP  DKW HTTP Extension Library for Delphi 2.0
  105.              The DKW HTTP Extension Library for Delphi 2.0 provides a 
  106.              framework for developing extensions that can be compiled as 
  107.              either CGI or ISAPI with no modiciations to the code. Using 
  108.              this technique an extension can be developed and tested using 
  109.              CGI, which is safer and supported by more servers, and then 
  110.              deployed using ISAPI where appropriate.  
  111. DX3TST2.ZIP  Direct3D demo in delphi - dx3tst2
  112.              Dx3tst2 is a small test program that I wrote to demonstrate 
  113.              that it is possible to program Direct3D's retained mode from 
  114.              Delphi 2. It can load Direct3D model files (*.x), display them 
  115.              and rotate them.  
  116. DYNARR20.ZIP Dynarray For Delphi 16 / 32 
  117.              The Dynarray classes from RealSoft provide access to several 
  118.              types of "Resizable" Arrays. This feature is not a standard 
  119.              part of Object Pascal, and simulating a Dynamic Array can be 
  120.              tedious and cumbersome. The Dynarray not only makes managing a 
  121.              resizable array simple, but it adds functionality not found in 
  122.              standard arrays such as sorting, saving to file, inserting, and 
  123.              more. 
  124. DYNARRAY.ZIP DynamicArray delphi unit
  125.              Dynamic array to read, write and check the coordinatess of a 
  126.              Coordinate Geometry file.  
  127. EXPRCALC.ZIP Expression Calculator 
  128.              ExprCalc is an expression calculator that is based on the 
  129.              PARSER.DLL by Ron Loewy. The original parser has been modified 
  130.              and the Symbol table changed to a TList. This made it possible 
  131.              to create the parser for 16 and 32 bit. It is no longer a DLL 
  132.              but an integrated component.  
  133. EXPREV13.ZIP Expression Evaluator v1.3 for Delphi 
  134.              Add evaluation of mathematical expressions to your 
  135.              applications, quickly and easily. Supports 7 operators 
  136.              (including parenthesis), 10 mathematical functions, unlimited 
  137.              number of user-defined variables and provides complete error 
  138.              handling support. Updates available at http://www.bitsoft.com. 
  139.              Freeware. Includes source.  
  140. EZDSL200.ZIP EZDSL version 2.00 Easy classical data structures for Delphi 1-2
  141.              The EZDSL units provide an OOP interface for classical data 
  142.              structures for Delphi: stacks, queues, lists, binary trees and 
  143.              so forth. For programmers migrating from BP7 a TCollection 
  144.              replacement is also provided.  
  145. FASTTREE.ZIP How to rapidly stream TTreeView contents
  146.              Bulk operations on a TTreeView are often painfully slow, 
  147.              because every time a node is referenced using an index, the 
  148.              TTreeView has to walk through its linked list of nodes to get 
  149.              to the specified index; for bulk operations like streaming, 
  150.              this can take up a lot of time. 
  151. FILTERS.ZIP  FilterDemo
  152.              This application demonstrates how a single Filter object can be 
  153.              used to deal with the process of validating keypresses in a 
  154.              text box, a grid, or any other component that takes keyboard 
  155.              input. 
  156. ICOBMP16.ZIP Icon to Bitmap Conversion DCU 16bit Version 1.0a
  157.              Allows the conversion of 32x32x16 Icons to Bitmaps with high 
  158.              quality and virtually no image degredation.  
  159. ICON2BIT.ZIP contains a Delphi unit to convert an icon Into a
  160.              Bitmap. The bitmap is suitable for use as a glyph in a Delphi
  161.              button with the transparent color of the icon correctly
  162.              converted.
  163. KILL.ZIP     Here comes a tiny program which kill any running task in
  164.              Windows environment.
  165. LONGFILE.ZIP Delphi TLongFileNameDialog component
  166.              This component uses COMMDLG.DLL to display a common Open file
  167.              dialog box that recognises Windows 95 long filenames, for use
  168.              in Delphi 1.x. You don't need Call32NT pre-installed (useful
  169.              though it is) for the component to work AND IT SHOULD ALSO WORK
  170.              IN WINDOWS 3.1!!! (though without the long filename support of
  171.              course).
  172. MATHSTR.ZIP  Principal unit for Calculator program Used to test TMathStr
  173.              component for Delphi 2.0
  174. MCDSORCE.ZIP Master CD with Delphi source
  175.              A smart easy-to-use CD Player. Insert an audio CD, lauch Master 
  176.              CD and press Play. ItÆs as easy as that! Teach Master CD the 
  177.              track names on each of your favourite Cds and next time you 
  178.              play them, Master CD will recognise the CD and track 
  179.              automatically!
  180. NETBALL.ZIP  NETBALL - Delphi-2
  181.              This game(?) is NOT a final version, as you may quickly notice. 
  182.              It's playable but it lacks almost everything from sound to 
  183.              graphics. Delphi source included
  184. OPENGL.ZIP   Here is the first translation of the OpenGL headers for Delphi 
  185.              32. Only the GL and GLU headers have been converted at this 
  186.              point. If anyone is interested in the GLAUX headers please 
  187.              comment.  
  188. OPSYSTM.ZIP  Opnek Standard Library (Delphi)
  189.              System level information object that contains information on 
  190.              available drives, space available, disk drive info, memory 
  191.              info, system level/win information. All low-level system 
  192.              access/information should be added to this base system 
  193.              information class.  
  194. RECURSE.ZIP  A solution for getting all Subdirectories of a given Path (Delphi)
  195. SORTER.ZIP   Sorter is a freeware utility that takes an ascii text file and 
  196.              sorts each line into alphabetical order. You can save the file 
  197.              in sorted order or simply abandon it. If you have a text file 
  198.              containing a list that is too long to manually sort, this 
  199.              utility will be greatly appreciated. With Delphi sourcecode.
  200. STACKS.ZIP   Stacks 
  201.              You may have need for a stack object and do not want to 
  202.              manually create one for yourself. The Stacks.pas unit provides 
  203.              your application with a global stack object that permits 
  204.              stacking string values which can be converted to any type using 
  205.              Delphi conversion routines.
  206. STRUTIL.ZIP  String Utilities 1.0
  207.              Is a set of string functions to be used with Borland Pascal
  208.              DOS/Windows/Real Mode/Protected Mode and Delphi 1.0. I have
  209.              added calls for both Pascal strings and Pchar strings. Not the
  210.              best docs in the world but they should get you by.
  211. XPROCS.ZIP   xProcs - function library (For Delphi/C++ Builder)
  212.              Is a collection of around 150 general functions for Delphi 1.0, 
  213.              Delphi 2.0, Delphi 3.0, C++Builder and Java. Feel free to use 
  214.              it in your projects to increase your productivity. And give it 
  215.              away to friends and collegues to increase their productivity 
  216.              too !! Also we currently port a lot of the functions also for 
  217.              Java, have a look on the early preview of xProcs for Java. 
  218.              Note: This is absolute freeware and can be give away to 
  219.              everybody that programs with Delphi, C++Builder or Java. string 
  220.              functions, date functions, rectangle functions, communication 
  221.              functions, integer & float functions, file functions, system 
  222.              functions.
  223. XSEARCH2.ZIP Extended Search version 2.0 for Delphi 2.0.
  224.              Extended Search's fundamentals are pretty much like GREP. You 
  225.              specify a search string, a file or group of files, and some 
  226.              options and it returns a list of the occurences of the search 
  227.              string in those files. The two distinguishing features of this 
  228.              version of Extended Search are File Aliases and the Search 
  229.              Results list.  
  230. XSEARCH3.ZIP Extended Search version 2.0 for Delphi 3.
  231.              Extended Search's fundamentals are pretty much like GREP. You 
  232.              specify a search string, a file or group of files, and some 
  233.              options and it returns a list of the occurences of the search 
  234.              string in those files. The two distinguishing features of this 
  235.              version of Extended Search are File Aliases and the Search 
  236.              Results list.  
  237.  
  238.  
  239.