Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
is there another way of comparing duplicate picture (jpg) aside from filename, filesize and dates tnx in advance
You could try doing a SHA1 hash on it. There's C++ code that does it on CP but I'm not sure about VB/VB.NET. Steve