This program emulates the T9 dictionary found on various mobile phones. As you press the buttons, the non-probable words are discarded from the Listbox on the left which shows interactively what happens in your mobile phone while composing a SMS. I hope you people will like it.
File List:
AssemblyInfo.vb
1Kb
Form1.resx
9Kb
Form1.vb
19Kb
Project.sln
1Kb
Project.vbproj
4Kb
Project.vbproj.user
2Kb
Similar code
Determine Time Since Last Bootup
(Popularity: ) : This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up. The application uses element of the System.Management library to run a select query against Win32_OperatingSystem; ... SharpXML 0.01
(Popularity: ) : SharpXML is a C# wrapper for the .NET XML Framework. In this version you can only load XML from a file or string, read, edit, and create nodes, and edit and create attributes.