Thank you Mick. This link shows how to do a MD5 Hash on a input string. Excuse the stupid question. But how does one do a MD5 Hash on a TGraphic object?
Anu Rang, TotallyFreeEnergy http://totallyfreeenergy.zxq.net --- In [email protected], "mikcaau" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Anu Rang" <totallyfreeenergy@> > wrote: > > > > Is there a simple way to compare two TGraphic Objects to find out if > > they are the same or different? > > > > I tried to convert first the TGraphic to TBitmap and then do a > > comparison of both. It was messy and did not really work out. > > > > Is there a simpler way to achieve it? > > > > Regards > > Anu Rang, TotallyFreeEnergy > > http://totallyfreeenergy.zxq.net > > > > Do an MD5 hash on each and compare the results > Details at > http://irsoft.de/web/Delphi-MD5 > > Mick >

