Hi there,
I have made a spell checker in PHP which does spell checking by splitting the words by space, checks wheather the word is spelled correctly from a database dictionary, if not, It shows some suggestions when a user clicks on it and also highllights the wrong spelled word... I want to make this thing in VB.NET. Any ideas? Please help. I am a advanced beginner in VB.Net..
Thanks in Advance...