vs2010如何实现当textbox控件输入时实时在label控件显示
2个回答
2016-01-17
展开全部
回车键都是明信登录的吧。跳转丛神是用tab。在网页里设置了textindex之后按tab会自动跳转的,winform里应该也有相应属性。
要用回激郑轮车的话就要写
private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
{
if(e.KeyChar==13)
textBox2.Focus();
}
要用回激郑轮车的话就要写
private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
{
if(e.KeyChar==13)
textBox2.Focus();
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询