Compare files: determine line differences

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Writing a C# .net windows app to compare 2 code files (written in VB6).

Can anyone point me in the right direction as to how I can best determine
the differences between 2 vb code files. (much like windiff, but would like
to include a merge capability).

This would essentially be done programmatically; i.e. I know there are
numerous tools out there, but none seem to be value for money or provide a
programmatic interface.

Thanx in advance for any help.
Rik
 
Can anyone point me in the right direction as to how I can best determine
the differences between 2 vb code files. (much like windiff, but would like
to include a merge capability).

You can check sources of WinDiff and WinMerge for some ideas.

We are going to provide dll component for files/lines comparison in near future.

Igor Green
http://www.grigsoft.com/
Compare It! + Synchronize It! - files and folders comparison never was easier!
 
Back
Top