Link to home
Start Free TrialLog in
Avatar of NoCDMerger
NoCDMerger

asked on

File Comparison (*.*)

How can I create a Vb6 Program to open a file, compare it with a list of others (opened by common dialog?), then create a list of the files that are differant from the original/master?

 I can make the GUI, I just need some code examples...
However, as much info as possible would be VERY helpful...
THANX in advance!

ASKER CERTIFIED SOLUTION
Avatar of VBGuru
VBGuru
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NoCDMerger
NoCDMerger

ASKER

Well, I just want to compare the visual aspects of files like *.doc or *.xls. So is there a better way to do that?

thanx!
Doc and xls files basically use structured storage method to store their information. As such you can't use the methods involved to access this kind of document. So you can do it in VC or something like that.
thanx 4 your help!
welcome