|
-
Nov 6th, 2006, 01:35 AM
#1
Comparing Texts
Dear All,
I have two text boxes.I want to compare these contents in a speeder way.The compare method should check for the spaces also.Which is the best and speedy method.
-
Nov 6th, 2006, 01:41 AM
#2
Re: Comparing Texts
is there any prob with strcomp?
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Nov 6th, 2006, 01:42 AM
#3
Re: Comparing Texts
VB Code:
If StrComp("hey", "hey", vbBinaryCompare) = 0 Then MsgBox "Same String", vbInformation
-
Nov 6th, 2006, 01:50 AM
#4
Re: Comparing Texts
Is it posible to compare a text with a capacity of 1 mb thorugh RTB
-
Nov 6th, 2006, 04:20 AM
#5
-
Nov 6th, 2006, 04:31 AM
#6
Re: Comparing Texts
Um... If RichText1.Text = RichText2.Text?
-
Nov 6th, 2006, 04:38 AM
#7
Re: Comparing Texts
How to highlight the mismatch charcter in the second rich text box
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|