Vb.Net Comparing 2 text objects and show differences (like Source Safe)
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hi
does anyone know how to compare two text objects (in this case 2
different fields in SQL Server records) and show the differences like
SourceSafe. In other words the two files/ fields are shown with the
different text highlighted depending on whether it had been inserted,
deleted or amended.
ideally i am looking for a control but the source code would be just
as useful.
i am writing this code in a vb.net solution
many thanks
Julian
.
Relevant Pages
- Re: Tracking Changes in a database
... just want to indicate a column level that there are differences (the PDF ... This is similar to what sourcesafe does, ... I am looking for ideas to assist in versioning records. ... What would also be very nice is a way to compare to ... (microsoft.public.sqlserver.programming) - Re: is there a tool that compare 2 vs.net projects and show the differences in code ?
... In addition to the other answer, when I copy a project from my laptop ... back onto my desktop (does have SourceSafe), ... Beyond Compare, from Scooter Software. ... Charles ... (microsoft.public.dotnet.general) - Re: Use existing filesystem within new project.
... I download my source code from Sourcesafe into my regular working ... Unfortunately I can't choose just any working folder. ... Lack of flexibility in setting up projects was one of the things that turned me off Eclipse. ... Any reason why you can't just get a new working copy from SourceSafe in the new project directory? ... (comp.lang.java.softwaretools) - Re: Comparing versions
... You have to get a VSSItem for the item in the VSS database, ... IsDifferent to compare it against the local version. ... If you want to display a visual diff of the files, "ssexp /diff" might be ... SourceSafe and a local copy in the SourceSafe COM or Interop interface?. ... (microsoft.public.vstudio.sourcesafe) - Matching of source and executable code using Visual SourceSafe
... My agency is researching the use of Visual SourceSafe to manage our ... One of our objectives is to assure that the ... source code and executable migrated to production are in sync. ... (microsoft.public.vstudio.sourcesafe) |
|