Hi ,I have made an application in which I am matching a string entered in textbox with the Text property of the forms.In that , I am matching 0.75% characters of strings and the text of the result forms are displayed in listview.
But the problem is that the string which is entered in textbox and if there is any exact matching formtext for that ,then that string is not appearing at 1st place.
And I want that if the string exactly matches with the form Text ,then that form should appear at 1st place in the listview and rest other forms can appear at any place in the listview.
Also ,the characters which I have entered in the form text are without spacing and they can be combination of special characters , math symbols etc. Since, in form text I cannot enter symbols for squareroot , fraction etc . so for that I am entering terms like "sqrt", "frac" etc..So , when the text is displayed in the listview , it is not easily understandable by the user.Is there any way to display the text in proper way so that it is easily understandable by the user and user could easily search the required form.
Kindly help me,I am not able to find any solution for that.