February 02, 2006

AutoComplete face

My application to help typing is getting a face lift. View image Not all the features work, but the heart of the app does.... the DB part.

The program keeps a database of commonly used words. As the user types, it will suggest the most used word(s) that the user has typed. It keeps tract of how often a 4 or more letter word is used and it learns new words not in the database.

If the word does not immediately appear in the text box, press F4 to see a list of words. (Currently sorted by count of usage.) To delete a word select it and hit the delete key.

I'll probably rename it AutoType or something in the future. Get the Visual C# (2005) project here.

Posted by Michael at February 2, 2006 11:53 AM
Comments