05-13-2005, 11:08 AM
getclip does not store the clipboard data to the variable when CF_BITMAP format is specified. It only writes the bitmap to the file. You can then compare files:
...
a.getfile(a)
b.getfile(b)
...
...
a.getfile(a)
b.getfile(b)
...
