Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2006 |
| Replies: 0 Views: 1,000 Hey all,
my problem is when I start to compare two texts with different lenght.
The point is that the texts are loaded in two RTB and I don't know how to compare them.
I found that I have to parse... |
Forum: Visual Basic 4 / 5 / 6 Oct 5th, 2006 |
| Replies: 2 Views: 7,623 Actually ,the differences have to be shown in red color and if [Len(Text1.Text)<>Len(Text2.Text)] i.e. there's one or two words more in Text2,then these words have to be shown in red as differences... |
Forum: Visual Basic 4 / 5 / 6 Oct 2nd, 2006 |
| Replies: 2 Views: 7,623 In my form I have two rich text boxes.In both of them I put two different text files(.txt or .rtf).I looking for some code to compare them, and to have the result as marked differences into the... |