Visual CSharp .NET - KeyPress

 
Vista:

KeyPress

Publicado por Jhon Alexander (4 intervenciones) el 31/01/2006 17:30:45
Hola, si me puedes ayudar te lo agradesco.

No me funcionan las siguientes lineas de codigo:

private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
{
if (e.KeyChar==13)
{
this.textBox2.Focus();
//textBox2.Focus();

}
}
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder