码迷,mamicode.com
首页 > 其他好文 > 详细

enter变tab键

时间:2017-12-20 13:23:52      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:txt   eve   enter   ndk   pwd   nta   pre   sse   tab   

解决的是enter键的时候,按照tab键使用  

private void txtpwd_KeyPress(object sender, KeyPressEventArgs e)
        {
            if (e.KeyChar == (char)13)
            {
                SendKeys.Send("{Tab}");
               // button1.Focus();
              
            }
        }

enter变tab键

标签:txt   eve   enter   ndk   pwd   nta   pre   sse   tab   

原文地址:http://www.cnblogs.com/lvlaozf/p/8072188.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!