Example #1
0

        protected override void OnKeyPress(KeyPressEventArgs e)
        {
            if (cw.AllowInput)
            {
                kb = wh.getKeyBoard();
                kb.sendChar(e.KeyChar);
            }
            base.OnKeyPress(e);
        }