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 0003591. This helps me to locate your data records in DSP databse.
 
Author/SiteName(Contact)e-mailHome Page
  Cubique Development (Eugen Mihailescu) [email][Home]

    Cubique Development is a software creation company located in Romania, which oppened its offices on the middle of 2002. It is specialized on Microsoft platforms and it has primary programming using several Borland solutions, such as: Delphi, CBuilder, JBuilder.

 

 

Files

[ CPUSpeed.zip ] [ 8,843 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component allows to get the processor speed. It was tested only with Pentium# processors. Also it retrieve the basic system information, such as: OS version info, network info, memory info, etc. Very useful when you want to implement a about box dialog where you need to display the system information or when you want to implement a system information report.
Added: 14-06-1998/26-11-2000   |  Version: 1.0   |  Downloads: 6670/6656/5
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ AboutBox.zip ] [ 4,441 bytes ] [ Freeware ] [ No Source ]
[ D3 | D4 | D5 ]
This component provide a easy way to inherits a about dialog box into your application. It have a common look like all Microsoft Office applications. It contains properties which allows you to define the caption label, legal notice, logo picture, product id, product name, registering info, form style, etc.
Added: 16-11-2000   |  Version: 1.0   |  Downloads: 4676/4676/3
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ Btrieve.zip ] [ 16,113 bytes ] [ Shareware ] [ With Source ]
[ D3 | D4 | D5 ]
This component provide a easy way to use TBtr component. It includes several methods and functions which allows you to work with Btrieve files as you work with BDE tables. It is not a interface to TDataSet but anyway works like that. It used a data dictionary which is a basic Paradox table with a predefined data structure. In this dictionary you might define the data file structure for how many files you want: Filename, Fieldname, DataType, Size, FieldOffset, etc. It requires the TBtr component which you can get it from the author: PA van Lonkhuyzen, peterv@global.co.za
Added: 16-11-2000   |  Version: 1.0   |  Downloads: 1936/1936/0
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ BtrieveVCLPack.zip ] [ 43,193 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
Contains powerfull VCL controls developed to work with Btrieve data file with API calls instead working via ODBC. To download Btrieve Grid, Btrieve Set Field Dialog, Btrieve Visible Fields, Btrieve Label, Navigator any many more VCL Btrieve controls go to: http://www.em-quicksoft.com/Delphi/Download/BtrieveVCLPack.zip
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 6158/6158/6
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ BtrieveXDemo.zip ] [ 446,908 bytes ] [ Freeware ] [ With Source ]
This ActiveX component provide a easy way to access Btrieve file using API calls. It was tested successfully on Delphi, Access and VB. It allows the end-user to set the properties at design-time also at run-time. It includes a set of predefined properties and methods which allows the end-user to access common database procedures such as: BeginTransaction, AbortTransaction, CommitTransaction, Open, Close, First, Prior,Next, Last, FindKey, Insert, Update, OnRecordChanged, RecordCount, FileName, etc.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 1895/1895/3
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ Calculator.zip ] [ 6,763 bytes ] [ Freeware ] [ With Source ]
Easy-to-use hand calculator as Windows default calculator is. The only difference is that it contains a built-in Operation Track option that allows you to follow all the operations and results that result during the operation. This option is useful when you have a lot of values to enter and also a lot of operations to do and at some point you forget what you've entered. (requires EMAccPack installed; see http://www.em-quicksoft.com/Delphi/Download/EMAccPack.zip)
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 1880/1880/5
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ CheckListGridColumns.zip ] [ 1,073 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component inherits from TCheckListBox and provide a easy way to show/hide columns in a TDBGrid. It is useful when you want to implement a method that allows the user to show/hide dynamically the data grid columns.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 4164/4164/2
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ CreditCard.zip ] [ 7,482 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component allows you to determine whenever a card number is valid or not. It supports up to 6 card types like: enRoute, Diner Club/Carte Blanche, American Express, Visa, MasterCard, Discover. Multilanguage support: lgEnglish, lgCustom. It allows you to define the dialog messages for your favorite language simply by replacing the existent one with your original messages. Original code from Shawn Wilson Harvell. Conversion to Delphi VCL component by Eugen Mihailescu.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 4934/4934/4
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ Delphi32DSKClean.zip ] [ 2,224 bytes ] [ Freeware ] [ With Source ]
Erase the Desktop configuration file (Delphi32.dsk) from Delphi5 directory. It detects automatically the Delphi path so you don't have to enter by yourself. This can be useful sometimes because Delphi 5 contains a bug that in some situation when you kill the Delphi32.exe task from task list then when you reload Delphi application, the Delphi desktop do not redraw completely and you will be not able to access the component bar either the menu bar.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 1335/1335/1
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ DelphiDoc.zip ] [ 1,433,990 bytes ] [ Freeware ] [ With Source ]
This component allows you to create and maintain a database of Delphi projects in order to create full documentation. It scans the all files and forms of the project and creates the header statement for all variables, constants, class type, procedure and functions. The body description might be entered by the user and is stored to database for further use. Also it contains a QReport template to print-out the documentation. If you are using a different print engine you can define your custom procedure to use it.
Added: 26-11-2000/29-11-2000   |  Version: 1.0   |  Downloads: 1973/1973/2
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ EMDialUp.zip ] [ 19,212 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component is a conversion to Delphi of RAS.H file as provided by Microsoft Corp. It is very useful because allows you to implement your own dialup connection or inherits from standard dialup connection. Thanks to David Moretti for RAS API header.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 7014/7014/9
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ DskBenchmark.zip ] [ 6,172 bytes ] [ Freeware ] [ With Source ]
Allows you to determine the speed of one hard disk. There are two different tests: read and write. The result is represented into a bar graphic. You are able to test the removable, network disk too.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 1855/1855/2
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ EMHotLabel.zip ] [ 2,093 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component inherits from TLabel and provide a easy way to to make a label to looks like a hot link. It allows you to select the label foreground color as it allows you to select the active link color and visited link color.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 3175/3175/0
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ EMLinkLabel.zip ] [ 2,372 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component inherits from TLabel and provide a easy way to to make a label to looks like a hot link and also to work as a hot link. There are several link types disponible: ltCustom, ltFile, ltFTP, ltGOPHER, ltHTTP, ltHTTPS, ltMAILTO, ltNews, ltTELNET, ltWAIS. Very useful when you want to include in your form links to open automatically your default web browser to your specified URL or when you want to send a email to your specified email address, etc.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 3508/3508/1
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ EugenEditor.zip ] [ 27,870 bytes ] [ Freeware ] [ With Source ]
Basic Win32 editor like WordPad. Contains almost the same facilities as WordPad + zoom capability. Supported files are text and rich-text format.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 1413/1413/0
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ ExportData.zip ] [ 14,047 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component provide a dialog box which allows you to export a range of any data file opened through Dataset interface to following file types: ASCII, Clipboard, Comma-Delimited, dBase, Excel, FoxPro, Paradox. Multilanguage support: lgRomanian, lgEnglish, lgCustom.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 5421/5421/3
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ FileDTAttr.zip ] [ 3,572 bytes ] [ Freeware ] [ With Source ]
Very useful application. Allows you to set the date and time value for a file from the disk. Allows you to select multiple files in the same time so you can spare a lot of time instead doing individually. You MUST have ComCtl32.dll version 4.7 or later.
Added: 26-11-2000/27-11-2000   |  Version: 1.0   |  Downloads: 1592/1592/1
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ FileOperation.zip ] [ 5,020 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component provide a common way to do the basic file operations: copy, delete, move, Recycle, Rename. It inherits the basic Windows dialog box so it is not dependent by the OS you might have. Multilanguage support: lgRomanian, lgEnglish, lgCustom.ch all files contains by this.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 4754/4754/5
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ FormMisc.zip ] [ 3,378 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component allows you to display a form as a icon in the tray bar when is minimized and to restore it when you choose restore menu from the icon. Also it returns the file version for the files that includes this information. Very useful when you want to implement a window that starts as a icon on the tray bar and provide different menu items which allows you to have custom actions.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 5089/5089/5
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ EMHotImage.zip ] [ 4,537 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component inherits from TImage and provide a easy way to display another picture when the user move the mouse over this component. It allows you to select the active image and the hot image. Very useful when you want to implement a interface to looks like a web browser hot image.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 2773/2773/0
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ ImgConverter.zip ] [ 55,871 bytes ] [ Freeware ] [ With Source ]
Converts any Icon image file to a Bitmap, JPEG, GIF, WMF, EMF image file format and vice versa. Very simple, user friendly, few lines of code.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 2169/2169/6
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ LZCompress.zip ] [ 17,810 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component links to Lzh component and allows you to pack multiple files to a single Paradox table, like ZIP archive is doing. It encapsulate basic procedures as add a new file to archive, remove an existent file from archive, open an existent file from archive, etc. It requires the Lzh component which actually is included in ZIP. If you want to get the latest free version of Lzh component try the Link section on Delphi Home Page (we recommend you Delphi Super Page component archive).
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 5287/5287/4
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ OpenAliasDialog.zip ] [ 32,919 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component allows you to inherits a Open Dialog box like Delphi Database Desktop have. It is a TComponent descendent so it have built-in from scratch all common open dialog box functionality + it allows you to select the alias name to fetch all files contains by this.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 2659/2659/1
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ PictCollector.zip ] [ 12,872 bytes ] [ Freeware ] [ With Source ]
Store individual pictures in a Paradox table. Allows any kind of image picture because it does not use ftGraphic data type for the column which will store the graphic but it use ftBlob instead and implements virtual method to get a image preview (for Bitmap, Icon, Metafiles, JPEG, Enhanced Metafiles, CompuServe GIF Image files). Also allows you to define multiple categories, to define image's description, category name, and also a keyword use to locate the image in database. Windows drag & drop support allows the end user to select files from Windows and drag & drop to collection grid. Also allows the end-user to specify the folder which contains picture files or subfolders containing picture files and automatically scan them, automatically creates collections for them and includes the founded picture files into collection.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 1514/1514/2
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ QuickQuery.zip ] [ 41,788 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
Allows you to create visual query simply by completing few steps driven by the built-in wizard engine. Allows you also to save/load the query definition to/from disk. Very useful in application that allows the user to build its own queries base on a set of tables.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 3153/3153/1
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ Replication.zip ] [ 17,594 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component encapsulate the basic procedures and functions to replicate Scala# Btrieve files between two locations. It use a data dictionary in order to access the Btrieve file through the TBtr component. Includes all the mechanism to compare records, to update records, etc. Very useful for the who are using Scala# Business Management Software on Btrieve platform. It requires the TBtr component which you can get it from the author: PA van Lonkhuyzen, peterv@global.co.za
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 1742/1742/0
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ YellowPages.zip ] [ 23,807 bytes ] [ Freeware ] [ With Source ]
Yellow Pages database is very useful for home use and also for business use. If you have the Yellow Pages CD and you want to fetch all the records from database into a simple-to-handle Paradox table then this application is for you. I got all Yellow Pages database using this application and I have to say that is extremely useful if you want to send FAX advertising to any new prospect and also to locate any person that is in Yellow Pages Phone Book just in few clicks. Also this package contains another application that allows you to adjust the Paradox table structure automatically; this is useful because detect automatically the maximum width of fields and adjust the column width value to this number. In this way the database size is smaller than the initial one. The third application in the pack is the Personal Phone Book which use the Paradox table just created and allows you to find quickly any person in the database based on different search criteria such as: name, surname, city, address, phone/fax number, etc.
Added: 26-11-2000   |  Version: 1.0   |  Downloads: 1114/1114/1
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ QuickDBInfo.zip ] [ 19,407 bytes ] [ Freeware ] [ With Source ]
[ D5 ]
This component gives you full information about all driver's capabilities installed on your machine, such as: supported table version then for each table supported fields then for each field supported properties. Very usefull when you want to create an application for different database support and you need low-level database information.
Added: 29-11-2000   |  Version: 1.0   |  Downloads: 1845/1845/2
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ QuickHTML.zip ] [ 21,861 bytes ] [ Freeware ] [ With Source ]
[ D5 ]
This component allows you to export quickly any dataset to html format, BUT you are allowed to specify the format of column header, row header, border format, alignment, colors, font, etc. Also provide a way that allows you to define which fields contains hyperlink information, so in that way automatically transform that text into link to the exported field value. As QuickXLS, QuickWord, this control provide a user friendly interface, progress bar (allows custom progress bar), design-time configuration, etc. Don't miss...
Added: 29-11-2000   |  Version: 1.0   |  Downloads: 2939/2939/1
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ QuickWord.zip ] [ 27,178 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component helps you to export any dataset to all file types that your current Word version support. Also gives you many way to format cells, borders, individual columns, to optimize the export process for large dataset, to display the default progress dialog or to specify your own progress bar control, etc. I highly recommend to everybody to try this component! Realy...
Added: 29-11-2000   |  Version: 1.0   |  Downloads: 3562/3562/2
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ QuickXLS.zip ] [ 24,144 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component helps you to export any dataset to all file types that your current Excel version support. Also gives you many way to format cells, borders, individual columns, to optimize the export process for large dataset, to display the default progress dialog or to specify your own progress bar control, etc. I highly recommend to everybody to try this component! Realy...
Added: 29-11-2000   |  Version: 1.0   |  Downloads: 4683/4683/2
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ WebNavigator.zip ] [ 290,240 bytes ] [ Freeware ] [ No Source ]
[ D5 ]
Do you want to have you own web browser (but based on IE engine, of course)? Then just drop this control into your project and run the Execute method. It comes with English translation (by default) + custom translation (Romanian, my native language), but you can create your own language file in order to display your own translation. Demo project included + it's freeware. Don't miss...
Added: 29-11-2000   |  Version: 1.0   |  Downloads: 2770/2770/1
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

 

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