This page was generated automatically from The Delphi Super Page archive. If you have any remarks concerning this page please do not hesitate to mail me.
In your mail please do refer to your unique DSP author ID which is 0003409. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Ron Collins (Ron Collins) [email][Home]

    TGif is a component to read and write compliant GIF files. This component was created using the GIF89a specification from CompuServe. It will read all valid GIF87a and GIF89a versions of GIF files, and write both versions (version type is selected automatically). This component was written using Borland's Delphi 3, but should be source-code compatible with later versions of Delphi. I cannot state if the code will compile on Delphi 1 or Delphi 2. However, since you have the source code, you should be able to modify it to work on the earlier versions of Delphi.

 

 

Files

[ tgif.zip ] [ 619,271 bytes ] [ Freeware ] [ With Source ]
[ D3 ]
TGif is a component to read and write compliant GIF files. This component was created using the GIF89a specification from CompuServe. It will read and write valid GIF87a and GIF89a versions. This component was written using Borland's Delphi 3, but should be source-code compatible with later versions of Delphi. I cannot state if the code will compile on Delphi 1 or Delphi 2. However, since you have the source code, you should be able to modify it to work on the earlier versions of Delphi. [more]
Added: 28-05-2000   |  Version: 1.0   |  Downloads: 1293/1293/2
Author:Ron Collins   Ron Collins   [Homepage]   [DSP files]

[ sgrep.zip ] [ 20,100 bytes ] [ Freeware ] [ With Source ]
[ D3 ]
Simple Grep component that requires no external DLL. Simple Grep evaluates regular expressions to find targeted text within a source string. SGrep builds an effecient search tree in memory that may be used with mulltiple source strings or repeated patterns in within a string. [more]
Added: 18-06-2000   |  Version: 1   |  Downloads: 2101/2101/1
Author:Ron Collins   Ron Collins   [Homepage]   [DSP files]

[ px4.zip ] [ 166,896 bytes ] [ Shareware ] [ With Source ]
PX ver 4 Screen Pager for Windows copyright (C) 2000 R. Collins rcoll@rtd.com PX is a utility that increases the apparent size of your logical screen, by allowing you to choose between a selection of screen views. Each screen view, or "pane", may have it's own set of windows opened. For example, you may have a word processor opened on one screen, while another screen has an Internet browser open, and yet another screen has a spread-sheet active. This program is similar to the "pager" utility found on many Unix and X-Windows systems.  [more]
Added: 17-07-2000/18-07-2000   |  Version: 4   |  Downloads: 803/801/0
Author:Ron Collins   Ron Collins   [Homepage]   [DSP files]

[ px5.zip ] [ 266,831 bytes ] [ Shareware ] [ No Source ]
PX5 Desktop Pager for Windows PX is a utility that defines dynamic desktops for Windows 95/98/2000. Each desktop may have it's own set of windows opened. For example, you may have a word processor opened on one desktop, while another desktop has an Internet browser open, and yet another has a spread-sheet active. The PX icon always shows up in your system "tray", the status area of the Windows system menu bar. Right-click the icon to see the PX menu. To switch desktops, simply select the desktop that you want from the list provided. PX may be started automatically, by placing it's shortcut in the "Startup" folder of the Windows "Start" menu. To install PX, simply un-zip into a directory of your choice. The PX program is completely self-contained, and keeps all of it's needed data in an INI file. The Windows' registry is not used by PX, thereby eliminating the chance of corrupting the sensitive registry files. [more]
Added: 13-05-2001   |  Version: 5.0   |  Downloads: 475/475/0
Author:Ron Collins   Ron Collins   [Homepage]   [DSP files]

[ edge.zip ] [ 10,111 bytes ] [ Freeware ] [ With Source ]
[ D5 ]
This form simulates the Windows-style "auto-hide" START menu tool bar. This form sits against an edge of the screen (left, right, top, or bottom) and will automatically shrink itself down to a thin line when there is no activity on the form. If the mouse pases over it, the form autmatically expands itself back to its full size mode. The user may use the mouse to resize the form, or to move it to a new screen edge, just like the Window START menu bar. The OnResize form event is called whenever the form shrinks or expands; in addition, OnResize is called whenever the form is moved to a new location (Delphi does not have an OnMove event, so we use OnResize to maintain a consistant interface). There are two components already defined on the form: a panel component (efPanel) and a timer (efTimer). These need to stay as they are. Any new components you add to the form (buttons, labels, etc) should be placed on top of the panel. This way they can be safely tucked away when the form is shrunken to a thin line along the edge of the screen. In addtion, you may use any of the standard Delphi events for the form (or the panel) such as OnResize, OnKeyPress, OnMouseDown, etc. One event is already defined: OnCreate. This event calls the initialization for the rest of the TEdgeForm functions; however, you may insert your own code right after the initialization routine. It is strongly recommended that you not modify any field or routine whose name starts with "ef" (such as 'efFindEdge', 'efDoMouseMove', etc) as these are the heart of the TEdgeForm. Only if you really understand what is going on should to change them.  [more]
Version 2.0 fixes an error in the WM_MOVED message handler
Added: 3-06-2001/12-06-2001   |  Version: 2.0   |  Downloads: 3567/3464/6
Author:Ron Collins   Ron Collins   [Homepage]   [DSP files]

[ splitfile.zip ] [ 223,607 bytes ] [ Freeware ] [ With Source ]
SplitFile is a utility to break large files into small files, then later combine the pieces back into a single file that is identical to the original. SplitFile allows files to be split by whole lines, by character count, or simple byte count.
Added: 8-10-2002   |  Version: 1.0   |  Downloads: 504/504/3
Author:Ron Collins   Ron Collins   [Homepage]   [DSP files]

[ px8.zip ] [ 446,483 bytes ] [ Shareware ] [ No Source ]
Multiple desktops the easy way
Multiple desktops the easy way
Added: 18-08-2003   |  Version: 8.0   |  Downloads: 97/97/1
Author:Ron Collins   Ron Collins   [Homepage]   [DSP files]

 

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.