Encryption, cypher and hashes(1)

June 24, 2008

Hello, www.alldelphi.com readers, today i want to talk about Encryption, Cipher and Hashes after googling for some times i found some article that interesting enough that i want to share to you all alldelphi.com readers so here it go. In this article we are going to cover how to install DCPcrypt Cryptographic Component Library (open [...]

Read the full article →

How To Completely Delete BDE Engine

June 21, 2008

Hi AllDelphi.com Readers, today i want to upgrade my delphi 7 installation to codegear and i want to make it as clean install as possible so i uninstall all delphi 7 related including all the BDE Engine. then when i open my control panel i found one icon that really – really piss me off, [...]

Read the full article →

Thread Safe StringList

June 16, 2008

Hi Guys, it’s been a while since my last posting here. There are alot of responsibility now on my job. Recently  i got opportunity to play with threading again and this this time those multiple threading accesing one same TStringList. for some of alldelphi.com user that has experienced on  multithreading field, i think already know [...]

Read the full article →

RapidShare Link Extractor

May 13, 2008

hi, lately i have frequently download tvseries,movies or other data from rapidshare search engine listing, so in the listing web they have humongous rapid link that we can download from. but when i want to copy and paste to my flashget download manager i got so lazy to read and filter all the unneccessary link, [...]

Read the full article →

Experience Creating application using CodeGear 2007 in Vista

April 26, 2008

Few days back, i got assignment from my boss to convert delphi application so can be run on vista, These application using TGif component to show some gif picture draw on the paint box. problem that i encounter when using vista is that now the windows have features to protect user from malicious software called [...]

Read the full article →

How To Get Your Cpu Speed ?

April 16, 2008

For you guys that need to know what is your cpu speed we got the snippet to get the cpu timer speed here …

Read the full article →

Incremental Property Search

April 8, 2008

Hi, for all of u that have used delphi for sometimes, i think this tips is usefull. if we need to edit certain published property on some object in the property editor and also if the object have long – long published property ..then some times we will have some difficulty in finding those property.

Read the full article →

GMT Time To Local Time

April 3, 2008

Hi, have you guys , ever involved in creating application that will be used in different country or event different time zone ? well in most case ..all data that have DateTime value will be much saver if we saved it on GMT time basis.. and there for when we want to display the data [...]

Read the full article →

Case Statement Using String ..?

March 29, 2008

Have you ever wish that delphi case statement can use with string, and you find out that it was can’t and it only received ordinal …? well with a little trick now you can use case with string.

Read the full article →

Drag And Drop On DBGrid

January 9, 2008

On Recently, i received project that required DBGrid having ability drag and drop to other object, On delphi.about.com they have samples that can make our DBGrid has the ability to drag and drop but the drag and drop it self is not perfect since every left click on the field will execute the begindrag() function, [...]

Read the full article →