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 0004242. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Bak-O-Soft (Poul Bak) [email][Home]

    Freeware Delphi components and units.

 

 

Files

[ EditPack.zip ] [ 99,486 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
PBEditPack. 7 Edit components, all with alignment, DisabledColor and 'mouse-AutoSelect'. PBEdit, PBMaskEdit, PBSpinEdit are standard components with those features. PBEditEx is PBEdit descendant that can show an image in the edit-box. PBBinHexEdit is a special component for editing, displaying and converting binary, hexadecimal and integer values. PBNumEdit is a special component for editing and displaying numbers, supporting WYSIWYG editing; floating and fixed decimalpoint; standard, thousands, scientific and engineering edit- and displayformats. Supports WM_SETTINGCHANGE. PBSuperSpin is PBNumEdit component with spin-buttons (have all PBNumEdit's functions). Increment by decimal values (not just integers). Wrap can set value to MinValue when MaxValue is exceeded. Accelerated spin. RoundValues will round values, that users enter. Supports Windows 95, 98 & NT. Supports Default-button-click and Cancel-button-click. Context-sensitive help is included. Compiled demo can be downloaded from my homepage. [more]
Added: 15-06-1999/8-11-2004   |  Version: 8.50.00.00   |  Downloads: 13894/11874/22
Author:Poul Bak   Bak-O-Soft   [Homepage]   [DSP files]

[ PBPreviw.zip ] [ 30,349 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
PBOpenPreviewDialog and PBSavePreviewDialog are FREEWARE Open/SaveDialog-components for Delphi with universal Preview (Preview of YOUR files). The main property is OnPreview event where you can write code that displays YOUR file the way you want. Two propertys PreviewText (TRichEdit) and PreviewImage (TImage) makes it easy to preview any kind of file. PBOpenPreviewDialog can display preview for 'txt, ini, inf, bat, log, pas, dpr, dpk, rtf, wav'-files and all graphics-formats without writing any code. Automatic localization (language) of the dialogs captions, title and hints without external files - detected at runtime - follows the Windows-language. Users can click a 'Scale' or 'Wordwrap' button to display or hide scrollboxes. For registered filetypes that are not supported the filetype-descriptions are displayed. A Show-Preview button makes it possible to show or hide previews. Version 3.00.00.00 Does not use the registry - windows NT/2000 safe. Context-sensitive help is included. Compiled demo can be downloaded from my homepage. [more]
Added: 9-08-1999/8-11-2004   |  Version: 4.50.00.00   |  Downloads: 12089/11502/23
Author:Poul Bak   Bak-O-Soft   [Homepage]   [DSP files]

[ PBFolderDialog.zip ] [ 103,719 bytes ] [ Shareware ] [ With Source ]
[ D4 | D5 | D6 | D7 | D8 | C4 | C5 | C6 ]
PBFolderDialog is the professional SHBrowseForFolder dialog with extended support for shell-folders (system-independant paths), automatic localization of captions (without external files). Work with paths or ItemIDLists. Can show both 'NewDialogStyle' for Windows ME/2000/XP and traditional style. BOTH styles can show path above the list and create new subfolders. Supports all the new flags like 'IncludeFiles'. Browse folder-shortcuts like normal folders. Supports IFolderFilter for XP. Supports local paths, UNC paths and 'MyNetworkPlaces' folders. Any path/shellfolder and even a combination can be used as start-folder as well as rootfolder. Unit 'PBShellFolders' contains functions, that makes it easy to work with shellfolders, can be used without the dialog. Using shellfolders instead of hard-coded paths is one of the requirements for getting the 'Designed for Windows...' logo. Context-sensitive help is included. A demo with source lets you test all the properties. [more]
Added: 5-12-1999/4-07-2005   |  Version: 9.90.00.00   |  Downloads: 15923/14734/8
Author:Poul Bak   Bak-O-Soft   [Homepage]   [DSP files]

[ PBSharePack.zip ] [ 188,052 bytes ] [ Shareware ] [ With Source ]
[ D4 | D5 | D6 | D7 | C4 | C5 | C6 ]
PBSharePack contains 6 (+ 2) easy-to-use components using DYNAMIC-sized filemapping to share memory between applications/processes/threads or exe and DLL. Automatic Singlewrite-multiread access locks. Works simultaniously or selectively as client and server. Max performance - share bytes or megabytes without changing properties - the components automatically resizes the shared memory - no AVs nor memory-waste. Internally the components use a TStream descendant to read/write to the shared memory - making it easy to share any variable/record/object with/without streaming capabilities. The components fire events when other components change the shared memory. Multiple components can be dropped on a form or created at runtime. TPBShareSingle is a universal sharecomponent giving you direct access to the sharestream. Reading and writing via callback-events with direct access to the stream. TPBShareMulti shares a dynamic list of different-sized elements. Only one element in local memory - to save memory. Reading and writing via callback-events with direct access to the stream. TPBShareStringList shares a TStrings object - either an internal list, maintained by the component, or an external - like Memo1.Lines. AutoUpdate property. TPBShareMemIni shares an internal TMemIniFile - with or without an external file. AutoUpdate property. TPBShareImages shares a dynamic list of DIFFERENT sized bitmaps. Only one bitmap in local memory - to save memory. TPBCustomShare and TPBCustomShareMulti are the two base classes the components are derived from. Makes it easy to create your own specialized components. TPBShareOneInstance is a small component that limits your app to one instance. 2nd instance sends the commandline back before terminating. Context-sensitive help is included. 10 demos w/source included. Compiled demos can be downloaded from my homepage. [more]
Added: 27-02-2000/8-11-2004   |  Version: 5.00.00.00   |  Downloads: 7479/7014/2
Author:Poul Bak   Bak-O-Soft   [Homepage]   [DSP files]

[ PBPrintS.zip ] [ 45,109 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | D8 ]
TPBPrinterSetupDialog is a TPrinterSetupDialog component with capability of getting/setting printersetup-values (orientation, papersize etc) at designtime and runtime. Settings can be saved so users don't have to setup the printer every time they run your program. Standard PrinterSetupDialog is used as propertyeditor. At runtime you can switch between 4 setuptypes: stDefault (like standard PrinterSetupDialog), stInitial (settings set at designtime), stSaved (user defined settings saved) and stUser (settings set when the dialog has executed). AutoSave and ForceInitialSetupValues. Version 6.00 supports long printernames for Windows 2000/XP. Version 3.00 has a small unit that, when installed, automatically saves and reloads the printersetup in Delphi (for instance to print code in low quality). Context-sensitive help is included. Compiled demo can be downloaded from my homepage. [more]
Added: 17-07-2000/8-09-2005   |  Version: 6.20.00.00   |  Downloads: 11963/9813/47
Author:Poul Bak   Bak-O-Soft   [Homepage]   [DSP files]

[ PBWatch.zip ] [ 71,287 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
PBWatcher is a supplement to the Delphi Watch debugger. Watch variables and expressions inside/outside the Delphi environment at both runtime and designtime with/without breakpoints. Use it anywhere in your code, even before any forms are created. Easy to At designtime it acts as a Delphi add-on and at runtime it acts as an add-on to your application. Settings are automatically saved and loaded. Save/load/print and search the watchlog. AutoSave. View one line per variable or add continuously. Change settings (show/hide watchwindow, enable etc.) at designtime/runtime. Watch for instance local variables and timerevents/paintevents realtime without breakpoints. Debug your components designtime/runtime interface. Help-file is included. Version 10.00.00.00 split into design/runtime package - makes designtime watch easier. [more]
Added: 6-08-2000/8-11-2004   |  Version: 10.10.00.00   |  Downloads: 9273/9047/14
Author:Poul Bak   Bak-O-Soft   [Homepage]   [DSP files]

[ PBClip.zip ] [ 4,606 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
PBClipBoard is a small component that monitors the clipboard. It has only one property, the 'Onchange' event, that triggers whenever the contents of the clipboard changes. Use it to automatically enable/disable 'Paste'-buttons or to view the contents of the clipboard. How to use: Drop a PBClipBoard component on the form. Write an Onchange event-handler to enable/disable the paste buttons. That's all. [more]
Added: 25-02-2002/8-11-2004   |  Version: 1.20.00.00   |  Downloads: 3244/3155/14
Author:Poul Bak   Bak-O-Soft   [Homepage]   [DSP files]

 

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