Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Vulgarian

    Trouble comparing bitmaps in delphi

    Hi there, I 'borrowed' some code to compare two bitmaps in Delphi 6 from another thread on this site. The code is below: function MyBitmapsAreSame(Bitmap1, Bitmap2: TBitmap): Boolean; var scanptr1, scanptr2: pointer; i: integer; PixelSize: byte; begin Result := false; if...

Part and Inventory Search

Back
Top