PCPROG.6

25 Sep 1995 - 24 Dec 1999

Topics

  1. algoritmi (449)
  2. baze.podataka (309)
  3. ms.dos (17)
  4. windows (294)
  5. asembler (553)
  6. basic (458)
  7. jezici (42)
  8. pascal (1297)
  9. cccc (522)
  10. cpp (299)
  11. clipper (601)
  12. fox (70)
  13. cavo (14)
  14. delphi (1130)
  15. java (100)
  16. razno (776)
  17. unknown (127)

Messages - delphi

delphi.210 guta,
The ResolutionFix Component When designing a form with Delphi, the form and components are positioned and sized to display properly when run. Unfortunately, this is true only if the program is being run at the same resolution settings that were in effect when the program was designed. This component fix this problem. resfix.zip
delphi.211 guta,
What is this? --------------- This is a simple VC that resizes all the controls on a form. resizer.zip
delphi.212 guta,
Implementation of a TEdit component with filter and required field validation rfedit.zip
delphi.213 guta,
Modified Roll Up Form ===================== This is my modification of the rollup form created by Casey Charlton. It acts and looks almost exactly like the rollup forms in Photoshop. Form to use as 'Roll Up', similar to Corel, Photoshop, etc. rollup.zip
delphi.214 guta,
Add rulers to forms rulers1.zip
delphi.215 guta,
This object scales in run-time the form that it is placed on, based on the current setting of the screen resolution. scaler.zip
delphi.216 guta,
Summary of Capabilities ^^^^^^^^^^^^^^^^^^^^^^^ * Load .BMP or .WMF files * Display the picture in its original size * Stretch the picture to fit the size of the control * Stretch the picture to fit the height of the control, but keep the width of the picture * Stretch the picture to fit the width of the control, but keep the height of the picture * Stretch the picture to fit the size of the control, but maintain the pictures original aspect ratio * Display the picture centered, or in the upper left-hand corner of the control * Display the control with or without a border (black) * Choose the background color of the control * All of the properties and functions inherited from a TGraphicControl object sclimage.zip
delphi.217 guta,
Simple Terminal simpterm.zip
delphi.218 guta,
Pop this procedure into your main form's unit and call it from your FormCreate procedure. Under Win95 or WinNT w/Win95 shell, your main form will fit perfectly in the client area of the screen in a wsNormal state. The only parm for the proc is the name of your main form. If Win95 or WinNT/wWin95 shell is NOT running, your form will open in a wsMaximized state. sizetask.zip
delphi.219 guta,
TTabListBox Component The first time I used Delphi's TListBox, I discovered that there was no provision for setting tabs in the Listbox. Most the listboxes I use need tabs to neatly line up columns. TTabListBox is a simple extension of TListBox to provide the tabs. You can add up to 10 tab positions and visually check them at design time. tablist.zip
delphi.220 guta,
TAliasMan TAliasMan is a class to enable Create, delete and Serach for IDAPI Alias. taliasm.zip
delphi.221 guta,
The accompanying file, TCLOCK.ZIP, is a Delphi component that implements a simple analog clock face. It can be sized and the background color of the face changed. tclock.zip
delphi.222 guta,
Tile pictures on forms, etc. tiledmap.zip
delphi.223 guta,
Želite da vaša aplikacija ima Tip Of The Day, kao MS aplikacije? The component is a Tip Dialog like in the Microsoft Applications tips.zip
delphi.224 guta,
Purpose ======= TOS gives you operating system information at design and run-time tos16.zip
delphi.225 guta,
Još jedan a-la-MS Tip Of The Day dijalog. Rafe's Tip-Of-The-Day Dialog ---------------------------- Rafe's Tip-Of-The-Day Dialog offers the sort of functionality you get in many software packages today. Features include: o "Standard" look o Changing main text totd.zip
delphi.226 guta,
Query-By-Example: The Delphi TQBE component REVISED 3.0 NEW IN VERSION 3.0: =================== 1) Params in queries You can put text in the qbe statement and then replace it within the code with the values you need. It works replacing the strings in the qbe, so you can replace everything you want. (Look at the demo). 2) AnswerType property (ttParadox, ttDbase, ttAscii) tqbe3.zip
delphi.227 guta,
Component: TSMemo Description: Memo control with added events and properties tsmemo.zip
delphi.228 guta,
TZipView This component is a simple solution to view the contents of a .zip file. The component is small and easy to use. It's possible to view the .zip file even at design time. (Like TFileListbox) Zipname - The name of the zipfile to be viewed. ShowCSize - The compressed size of a file. ShowUSize - The uncompressed size of a file. ShowRatio - Compressed ratio (xx,xx %) ShowCRC - The 32 bit CRC of a file. ShowMethod - Compressed method used. ---=== Add feature ===--- + Sorted - Sorts the whole list tzipview.zip
delphi.229 guta,
WinExec Component Version 1˙0 Function: Returns text associated with value returned by WinExec function winchk.zip
delphi.230 guta,
Od ove poruke pa nadalje, okačene su komponente koje zahtevaju Delphi 2. Ipak, neke od njih sadrže i 16-bitne verzije u istoj datoteci, a neke se razmerno jednostavno mogu prepraviti tako da rade i na Delphi-ju 1. Uz ovu poruku: About Dialog aboutdlg.pas
delphi.231 guta,
Use MS Access Jet Database Engine with Delphi 2 This is a small example application which demonstrates the Delphi 2.0 use of Microsoft Access Jet Engine 3.0 Automation Server To Acces .MDB File. All Source Code is Free , And You Must Install Access Jet Engine Before Run This Sample Program. accessjt.zip
delphi.232 guta,
TAlignDBGrid Component for Delphi 2.0 Ever fancied a DBGrid in which the Editor has the same alignment of text as the corresponding TColumn? Well, here is TAlignDBGrid! aldbgrid.zip
delphi.233 guta,
TAliasEditor V01.01 - BDE alias management component for Delphi 2 aliased.zip
delphi.234 guta,
TAliasManager class ( VCL component freeware) TAliasManager provides BDE alias creation and editing capabilities. The TAliasManager component can be used directly or installed as a component. If the component is installed, you can manage aliases at design time by double clicking on the TAliasManager component. Version 1.0 - Initial release Version 1.2 - publisihed Freeware 16 bit version Version 2.0 - revised 32 Bit Version - add C/S Alias suport alias21a.zip
delphi.235 guta,
TAnimatedSymbol Component ================================= Shows the Win95 style animations (like files flying from one folder to the other) anisymbl.zip
delphi.236 guta,
FILENAME: ANOTHGG.ZIP CATEGORY: visual components DESCR: TAnotherGauge Component - just one more gauge VERSION: 1.0 TARGET: Delphi 2.0 (should also work under 3.1) anothgg.zip
delphi.237 guta,
An "application launcher" component for Delphi32. appexec.zip
delphi.238 guta,
TBanner component * version 1.0.4 32-bit * July 17, 1996 This package contains a Delphi component named TBanner. It is a graphic control that implements a bitmap scrolling from one side to another. This is the Delphi 2 version. banner32.zip
delphi.239 guta,
TSYSINFO 2.0 written by Brent Boswell - 1996 ------------ TSysInfo 2.0 is a non visual component written for Delphi 2.0 that gets details about your computer. eg. Registered Organisation and Owner, etc.. It has 8 properties that you are able to see at design time in the Object Inspector :- 1. Organisation - string 2. Owner - string 3. CPU - string 4. OperatingSystem - string 5. WinVersion - string 6. Build - string 7. TotalMemory - string 8. DriveC - string bbsysinf.zip
delphi.240 guta,
BDEInfo v1.0 Simple BDE-Configuration Viewer Datoteka sadrži i 16 i 32-bitnu verziju komponente. bde_info.zip
delphi.241 guta,
BORDERLABEL COMPONENT, 07-05-96 * About the component * This is a little improved version of the TLabel component, you can now set a border blabel.zip
delphi.242 guta,
LED - Component with blinking capabilities v1.1 Datoteka sadrži i 16 i 32-bitnu verziju komponente. bliled.zip
delphi.243 guta,
TBMPScrollBar component Allow BMP pictures on scroll-bars bmpsb32.zip
delphi.244 guta,
----------------------------------------------------------------------------- BORBTNS - BWCC Style CheckBoxes & Radio Buttons for Delphi v 1.02 ----------------------------------------------------------------------------- v. 1.00 April, 8 1995 v. 1.01 July, 6 1995 Fixed a bug: buttons are now properly refreshed when caption property changes at design time. v. 1.02 March,24 1996 Delphi 32 compatible version v. 1.03 April,21 1996 Fixed the Access Violation Error in GetCaption ----------------------------------------------------------------------------- The BORBTNS.PAS unit contains two Delphi components, TBorCheck and TBorRadio which implement the BWCC style CheckBox and RadioButton. I loved the BWCC style buttons so I decided to reproduce them in Delphi. I didn't test them very much, but as far as I know they work properly. However I've enclosed the source code, so you can modify them as you prefer. The GroupIndex property in TBorRadio allow you to define groups: all the buttons which share the same GroupIndex are mutually exclusive. ----------------------------------------------------------------------------- borbtn.zip
delphi.245 guta,
A component and a function (use the one you prefer) to encapsulate the Win95 style directory selection dialog SHBrowseForFolder(). browsedr.zip
delphi.246 guta,
TColorBevel component cbevel32.zip
delphi.247 guta,
About ----- ScrollingCreditsBox - (SCB) Delphi 2 Visual Component for creating Scrolling Credits version 1.0 cbox.zip
delphi.248 guta,
A "CheckListBox" component for Delphi32. checklb.zip
delphi.249 guta,
ColorButton Component Version 1.8 This is an enhancement of the standard component issued with Delphi32. Unlike the Delphi component however, this enhanced version gives you much more control over how the button looks on screen. This release fixes a problem with the redrawing of disabled buttons makes the button respond to messages from the keyboard and accept the focus, as well as supporting accelerator keys too. clrbtn.zip
delphi.250 guta,
TCollection for Delphi 2.0 There's always been a mystery for me why Delphi VCL designers have discontinued those simple but efficient container classes called TCollection and TSortedCollection. You can hardly derive a new class from TList to actually implement features like automatic sort, fast find and automatic destroy of managed items. Developers porting their OWL code under VCL must have had a hard time devising a replacing mechanism for collections. So this is the actual TCollection for Delphi 2.0. It has nothing to do with Classes.TCollection, targeted for a completely different purpose. This TCollection is fully compliant with former OWL's TCollection with the exception of Clear method which renames the former Free to avoid conflict with inherited TObject.Free. In addition to the classic design, access to the storage array has been provided through array property Items, just like TList does. There is practically no limitation for the number of items TCollection can manage. coll32.zip
delphi.251 guta,
COMM32.PAS ========== Version 1.20 Comm32.pas is a simple Communications VC for Borland Delphi 2.0 which demonstrates the Win32 Communications functions and the new Delphi 'TThread' class. It is implemented using two threads: one for reading from, and one for writing to a Comm Port. The Buffer received at the port is copied and passed to the main thread, so there is no reason to worry about syncronisation problems with the VCL. comm32.zip
delphi.252 guta,
Delphi 2 FAQ (Questions & Answers) d2_qa.zip
delphi.253 guta,
DATEBOX v1.2 DateEdit-Dialog with enhanced capabilities (Data-aware) Priložena je i 16 i 32-bitna verzija komponente. datebox.zip
delphi.254 guta,
A Delphi component called Tdbmeter. It can be used to show progresses or levels or something like that. It looks like a horizontal or vertical group of LED's in up to three different colors (by default green, yellow and red) to show the position-property on that LED-panel. For details, look at DESCRIPTION below in this text or just start the sample application, where you can modify most of the properties and see what they mean. dbmeter.zip
delphi.255 guta,
TDBRichEdit v 1.0 TDBRichEdit is a freeware component. Supprisingly enough it's a data aware RichEdit control. use it in much the same way as a TDBMemo or RichEdit. dbrich.zip
delphi.256 guta,
This is a component that adds the data aware properties of TDBMemo to TRichEdit, providing the capability to store formated text in a Paradox binary field. It fills the need to provide the capacity to save the text to print labels in a product database. dbriche.zip
delphi.257 guta,
CDIBs unit for Delphi 2.0 --------------- DESCRIPTION The CDIBs unit exports a class TDIB. The class provides easy access to device-independent bitmaps. TDIB parallels TBitmap in its interface and functionality, but TBitmap works with DDBs (device-dependant bitmaps). Therefore, if a DIB is ever assigned to a TBitmap object, it will be converted to the current screen resolution and assigned the currently realized palette (if it does not have one of its own). TDIB will allow you to manipulate DIBs (copying to and from the clipboard, files, the resource file and yes, even a TBitmap object). If you need to display the DIB, assign it to a TBitmap. dibs.zip
delphi.258 guta,
What is TDocPanel? TDocPanel is a native Delphi VCL derived from TPanel that acts as a Dockable/Floating Toolbar which behaviour is fully customizable. dockbar.zip
delphi.259 guta,
EDDIAL.PAS ========== Version 1.00 EdDial is a simple VC for Borland Delphi 2.0 which dial a phone number, using the TAPI Dialer from Win'95 eddial10.zip
delphi.260 guta,
FILENAME: EDITEXPT.ZIP CATEGORY: Utility DESCR: IDE Editor Add-on, create headers and separators lines in your code, automatic. VERSION: 1.00 TARGET: Delphi 2.0 editexpt.zip
delphi.261 guta,
TExcel Component Demo for Delphi 1.0/2.0 excel.zip
delphi.262 guta,
Extended IDE for Delphi 2 ========================================================== There is a bug in Delphis Objectinspector. Some properties have sub-properties. These properties start with a "+". But if you select such a property and press the "+" key on the keyboard, nothing happens. The only way to get access to the sub-properties, is to double click with the mouse on such properties. Solution: Install Ext_IDE as a component in Delphi. From now, sub-properties are available by pressing the "+" key. extide.zip
delphi.263 guta,
SHAPES.PAS : the formshape component The formshapes component is a component to get round corners on your Delphi form's. IT EVEN WORKS AT DESIGN TIME. DON'T BE SQUARE! f_shapes.zip
delphi.264 guta,
TFunctionParser TFunctionParser is a non-visual Delphi(32bit) component which converts a mathematical function (given as a string, e.g. 'sin(x)*erf(y)') and its arguments into the function value (as an extended number) at run time. Functionterms can be changed interactively. Useful tool for calculators and plot programs. More than 40 mathematical functions available ! Now supplemented with a list of physical constants. fctprs32.zip
delphi.265 guta,
TFileDrag Component Adds support for dropping files from explorer onto a Delphi form. fdrag10.zip
delphi.266 guta,
An "File Label Adjuster" component for Delphi32. filelbl.zip
delphi.267 guta,
TFloatEdit component Version 1.0 for Delphi 2.0 A Delphi component named TFloatedit. It's used to input numerical Floating Point Values. You can set Min- and Max-Value and the maximal count of decimal digits. fledit.zip
delphi.268 guta,
TFnpComboColor TFnpComboColor is designed to let the user pick a color from a combo box. You could use TColorGrid, but this component occupies a lot of space on the screen and has a fixed number of colors. TColorDialog may not always be the best solution because it activates another dialog box (and it may be too flex). ComboColor does not occupy much screen space, and you have complete control over what colors that are shown. fnplistb.zip
delphi.269 guta,
Form sizer component. formsize.zip
delphi.270 guta,
Yet another Table Filtering Component! What's so good about this component? ----------------------------------- Delphi 2 tables have built in filtering which works well. But Delphi 1 tables don't. So several solutions are available for filtering delphi 1 tables. However these generally don't work in Delphi 2. So this component does it's own filtering in Delphi 1 and redirects it's filtering to the table in delphi 2. 2 filters are available - same or different fields. they can be combined in an and/or mode. ggfilter.zip
delphi.271 guta,
Component: TGifImage Description: Image control with added property TGifImage is an image control with one extra property allowing it to display GIF images at design and run time. gifcode.zip
delphi.272 guta,
FILENAME: GWDC0055.ZIP CATEGORY: Property Editors DESCR: TFileNameProperty - Simple property editor for file names VERSION: 1.00 TARGET: Delphi 2.0 (should also work with 1.0) gwdc0055.zip
delphi.273 guta,
FILENAME: GWDC0061.ZIP CATEGORY: Non-Visual Components DESCR: Yet another data compression component collection VERSION: 1.00 TARGET: Delphi 2.0 gwdc0061.zip
delphi.274 guta,
An "History ComboBox" component for Delphi32. hstcbo.zip
delphi.275 guta,
Dodajte ikone u combo- i listbox-ove A Caching Icon ComboBox and ListBox component for Delphi. iconctls.zip
delphi.276 guta,
IMPROVEDGRID COMPONENT, 07-05-96 * About the component * This is a little improved version of the Stringgrid. Look in the code to see the improvements. impgrid.zip
delphi.277 guta,
FILENAME: INTNUMBE.ZIP CATEGORY: Component Writer's Jokes / non-visual components DESCR: TIntegerNumber - Integer number component VERSION: 1.00.00 TARGET: Delphi 2.0 (source-level compatibility with Delphi 1.0) intnumbe.zip
delphi.278 guta,
TJCheck - An enhanced radio button for Delphi (1.0 and 2.0) jcheck10.zip
delphi.279 guta,
JustOne v2.0 For all you fans of the original, welcome to the next generation of single-applicationness (sorry, I like to make up my own words once in a while). If you want to make sure that only one instance of the application you are designing can run at a time, just drop this component into your main form. That's all there is to it. If you want your running application to respond when the user trys to start that second instance, just set the SendMsg property in the component and set message trapping in the main application code. Not much to it! jo20.zip
delphi.280 guta,
========================================= TLabel3D Component 1.0 for Borland Delphi ========================================= Datoteka sadrži i 16 i 32-bitnu verziju komponente. lb3d10.zip
delphi.281 guta,
Overview TLinePrinter is a non-visual VCL component for 32-bit Delphi that encapsulates the TPrinter object. It requires three files: LinePrnt.Dcu, LinePrnt.Res, and PrntProg.Dfm. When installed it is placed on the System page of the component palette with the icon displayed above. It installs to the System page because printing is a system task, and it is such an important part of almost every Windows application. I think TLinePrinter is one of those components that Delphi should have included right out of the box. TLinePrinter allows you to set margins, font, borders, header, footer, title, alignment, word-wrap, and even the lines to print at design time. It can even print tables. TLinePrinter is a very good middle ground between doing the simple writeln based printing and doing the full rendering on the printer canvas. It gives you the ease of use of the simple printing (e.g. TLinePrinter.WriteLine(string)), but it also gives you some of the power of the canvas rendering by encapsulating complex details such as margins, borders, alignment, and word-wrap for you. lineprnt.zip
delphi.282 guta,
File: Linkedit.pas Version: 1.0.0 Description: An edit box control with linking button. Target: Delphi 2.0. (maybe Delphi 1?) linkedit.zip
delphi.283 guta,
TLogFile Component ------------------ * TLogFile * ------------ This is a non-visible component. It has one property which is the LogFile and it has only one method which is LogToFile. Datoteka sadrži i 16 i 32 bitnu verziju komponente. logfile.zip
delphi.284 guta,
TLrsBmp Component Version 1.00 (Delphi 1.0 and 2.0) The TLrsBmp Component is a visual component for use with Borland's Delphi 1.0 and Delphi 2.0. It allows the easy programing of bitmaps with transparent areas. IMPORTANT The source code for LrsBmp is included. lrsbmp.zip
delphi.285 guta,
A "MinMax Form Sizer" component for Delphi32. minmax.zip
delphi.286 guta,
Features: - Simple text output screen (Fixed-spaced fonts only). - 132 columns. - 24 rows. - change Text & Background Colours. - Fast automatic scrolling. - Copy screen to clipboard. - Print screen to printer. mjwcrt.zip
delphi.287 guta,
TMultiShape is a simple and powerful VCL component which allows you to have many graphic effects on your forms. It creates a texture by repeating a basic shape on the component area and since it acts as a transparent layer you can use many instances of multishape to get more complex effects. The best way to understand how it works is to download it and run the demo program. FREEWARE - Source included - Enjoy it! mshape32.zip
delphi.288 guta,
TAStatusBar ----------- Thanks for downloading this control. The Delphi 2.0 StatusBar is a great control with one major problem: It does not accept other controls. TAStatusBar is a simple decendent of the original control that lets you add other controls to the status bar. You can use it to include a progress bar, buttons, images, etc. newstat.zip
delphi.289 guta,
Delphi 1.0/2.0 "Stick-Number" - ver.1.2 Now with HEX, Binary and Stick numbers! Full source. PD number12.zip
delphi.290 guta,
OEdit12.zip Ver. 1.2 ====================== Four editable components support the keyboard insert/overwrite mode. oedit12.zip
delphi.291 guta,
PCSpeaker Component This is a Delphi component which can be dropped from the component pallete and used for driving the PC Speaker to play at whatever frequency at whatever duration you needs. pcspk.zip
delphi.292 guta,
OnlyOne, version 1.00, Freeware A Delphi 2.0 component Drop the OnlyOne component onto a form and only one instance of that window will occur. Any attempt to make a second instance will restore the previous window. previnst.zip
delphi.293 guta,
This file contains Delphi source code to a Delphi Control used for serial port communications. 32-bit version. qccom32.zip
delphi.294 guta,
Oficijelni update za Delphi 2 Quick Report ========================================================================= QuickReport for Delphi version 1.0d copyright QSD AS 1996 ========================================================================= May 1996 http://www,qsd,no This is version 1.0c of QuickReport for Delphi 2.0 only. These files are available as a free update to Delphi 2.0 users. qr32-10d.zip
delphi.295 guta,
Query By Example This file includes a version of a QBE query VCL that is compatible with Delphi 2.0. It's based on the original TQBE freeware component. Additionally, a project called QueryTest is also included along with some sample tables to illustrate the large performance gaps betweeen QBE and SQL not-in queries. Install the QueryQBE component (PAS & DCR included) and place the remaining files in the same directory. queryqbe.zip
delphi.296 guta,
Delphi Component TRadioScrollGroup (version 1.0) ================================== FREEWARE FILES ===== RadScr16.dcu contains the 16-bit compiled code (Delphi 1.0) RadScr32.dcu contains the 32-bit compiled code (Delphi 2.0) ABILITIES ========= TRadioScrollGroup allows various radiobuttons to be set in a scrollable area. The radiobuttons CANNOT be set at design-time, only at run-time ! radioscr.zip
delphi.297 guta,
A 16- to 32-bit BMP RES command line converter. rescon.zip
delphi.298 guta,
TBMPRangeSlider component rgnsld32.zip
delphi.299 guta,
This is a replacement for the TTrackBar component that supports a track bar with or without range selection. Set EnableRange to True/False to toggle the display of the range selection bar on and off. rhtrack.zip
delphi.300 guta,
This is an example of a a print preview system based on EMFs With source It will only work with Delphi 2 as it uses Enhanced Metafiles ryprev32.zip
delphi.301 guta,
Super Boolean Combo Box (SBCB) ============================== Date: August 27, 1996 Version: 1.0 (for Delphi 2.0) The Super Boolean Combo Box (SBCB) makes it easy for the end user to enter True/False values. Values can be toggled just by double clicking on the input text. Typing the first letter will automatically display the appropriate value. It is impossible for the user to enter a text that is not in the combo box's list. The SBCB component also makes it easy for the programmer to use. Just add this component to your form and set a few properties to determine the initial value, the boolean format you would like to display (True/False, Yes/No, On/Off, 1/0), and whether you allow null values. That's all. At run time, you can use the IsTrue method to determine whether the component is True (i.e. not False or null). If you allow null values, use the IsNull method which returns True if the value is neither True or False. sbcb32.zip
delphi.302 guta,
TScrollText (Version 1.0) Allows lines of text to be scrolled horizontally or vertically. It facilitates, amoung other things, the text display features to be changed, such as alignment, font and style(lowered, raised, shaddow or normal). I have developed this component using Delphi 2. Although I have not tried running it on Delphi 1, the component should compile OK if you remove the 32-bit .DCR file but the demo program includes some Delphi 2 only components. scroltxt.zip
delphi.303 guta,
Unit "sharemem" demonstrates how simple it is to share a block of memory between several Windows 95/NT applications running on the same machine. Communicating over memory-mapped files is MUCH simpler than playing around with messages or temporary files! sharemem.zip
delphi.304 guta,
TSystemInfoLabel is a visual component that lets you access various memory related information under Win95/NT. This component will install under the "Samples" page. sinfobl.zip
delphi.305 guta,
SplitBar component for Delphi Install this unit as a component and you can use whenever you're in need of one or more panels that have to be resized. Click on the bar and drag it around and it will resize the underlying control. The bar works like a panel so it has all the properties you know from TPanel. splitbar.zip
delphi.306 guta,
StackWalker 1.0: Delphi 2.0 debugger helper. These units (STAKWALK and STAKLOW) help with the problem of exceptions occurring in the run-time library in Borland's Delphi 2.0: the debugger often can't find where in your code the error was triggered. stakwk10.zip
delphi.307 guta,
Strings unit to help write portable code for Delphi 1.0 & 2.0. Provides compatibility routines for Delphi 1.0, similar to those in Delphi 2.0: SetLength SetString TrimLeft TrimRight Trim plus StrToPChar, which converts a string to a PChar. Freeware with source code. No help file. str10.zip
delphi.308 guta,
TSuperTimer is a 32-bit Delphi component that is a highly advanced version of the standard TTimer component. supertmr.zip
delphi.309 guta,
TAmLockApp Component Version: 1.0 Inspired By: Chapter 11 in "Zen of Windows 95 Programming" by Lou Grinzo The code follows the structure suggested by Lou in the book - in fact I have copied the C++ code en bloc and then modfied it for Delphi and converted it to a component. Purpose: * To provide a component that allows the user to "Lock" the application with a password e.g. when leaving the computer for a while. * When the application is "Locked", it is iconized and the icon changed. All open documents are preserved intact. * The application cannot be restored unless the same password is reentered. Thus, it is possible to protect private/sensitive data from prying eyes while the user is away from the computer. As soon as he/she returns, it only remains to click on the icon, re enter the password and he/she can start working again without a break. tamlock.zip