Code for a simple dictionary, adding + finding + showing strings in UTF-8
Hi,
I am new here and searched the site but have not got what I needed.
I need to make a stand alone dictionary for PC users. It will be as of which asks for a word, then asks for a definition and saves them in a text file which supports unicode characters (such as Arabic). New words and definition have to be added into the text file created at first (one data base like text file for all entries)
It also has to have ability to call and show the saved words and definitions back in order (1- word, 2- definition)
Extras, if some one had any idea:
- left to right and right to left recognition
- auto correcting missspelled words
- allowing edit, delete of the words and definitions (coplete set)
- accepting short words and long strings
- fancy design, colors and etc
I have little info on VB, trying to learn while working on already written codes.
Best regards