public Form1()
{
InitializeComponent();
InputModeEditor.SetInputMode(this.tbNotes, InputMode.AlphaT9);
}
To make this method available, you will need to add this references:
using Microsoft.WindowsCE.Forms;That's all :)

Source code: http://www.winmobile.euweb.cz/#Post01
0 comments:
Post a Comment