Compare files: determine line differences

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
 
I

Igor Green

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top