I want to develop a simple word dictionary application in C#. The application should be a search button to search a definition of the word in the dictionary, provided that the word exist.
Any sample or related projects are welcome..
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 15, 2012, 7:40 AM
Please refer the below links
http://www.codeproject.com/Articles/61265/GCIDE-A-Complete-English-Language-Dictionary
http://www.codeproject.com/Articles/20750/Design-a-Dictionary-with-Spellchecker-En-Fa-De-En
Thanks