AlmediaDev BussinessSkinForm (Version 6.41)

July 10, 2008

Hi, All Delphi readers, time to see and evaluate this baby out of the box ..feel free to download my gift on below link..

Read the full article →

Data Access Components for MySQL (MyDAC v5.50.0.35)

July 8, 2008

hi all delphi readers , I got this review for you all to consider also you will find some interesting link below Data Access Components for MySQL Overview Data Access Components for MySQL (MyDAC) is a library of components that provides direct access to MySQL database servers from Delphi, Delphi for .NET, C++Builder and Kylix. [...]

Read the full article →

SecureBlackbox VCL Professional package Licensed

July 6, 2008

Hi All Delphi readers, Add perfect security to your application! It is time to make your applications up-to-date. Enhance them with outstanding security features. Add digital signing and encryption to data storage and processing functions. Authenticate e-mail, secure information transfer, and provide strong identity management functions for your users. All of these can be done [...]

Read the full article →

CodeGear 2007 May/June 08 Help Update Free Download

July 4, 2008

hi all delphi readers for you that want to download the codegear Help Updates May/June, you can download from link below :

Read the full article →

How to Embeded files inside Exe(2)

July 2, 2008

Including (Linking/Embeding) Resources to Executables With the Borland’s Resource Compiler we have created the AboutDelphi.res resource file. The next step is to add the following compiler directive to a unit in your project, immediately after the form directive (below the implementation key word).

Read the full article →

How to Embeded files inside Exe(1)

July 2, 2008

hi all delphi readers, Games and other types of applications which use multimedia files like sounds and animations must either distribute the extra multimedia files along with the application or embed the files within the executable. Rather than distribute separate files for your application’s use, you can add the raw data to your application as [...]

Read the full article →

How to sent file to recycle bin in delphi

June 30, 2008

hi all delphi reader, today i want to share how to delete or sent files to recycle bin so after deletetion we can retrieve again the file. Here’s a Delphi procedure that can delete a file with the ability to undo by sending the file to the “Recycle Bin. “Function bFileDelete” will return True if [...]

Read the full article →

How To Create A Roll Up Form (with animation)

June 28, 2008

hello, alldelphi.com reader todays tips is .. how to create a roll up form with animation. sure we now there are several component that can do that trick such as billenium and also one of the JEDI component. But surely if we can do it our self why buy or used another component right ?

Read the full article →

How To Track User’s Idle Time

June 26, 2008

Hello alldelphi.com users, we meet again today i want to show you some interesting snippet Suppose you have a data-critical type of application where you would not want a non-authored user to work with the data. Such an application could automatically log out the current user if no user activity has taken place in a [...]

Read the full article →

Encryption, cypher and hashes(2)

June 24, 2008

The real simplicity to this function actually comes from the hard work done by the encryption classes TDCP_cast256 and TDCP_sha1 which work seamlessly together to encrypt my string for me. To get a better understanding of how the encryption works lets take a look at some of the method calls used from the encryption classes: [...]

Read the full article →