October 2019 1 24 Report
PROGRAMACION I
¿Puedo usar los eventos de una clase en otra clase?, ¿si puedo?, ¿Como?
Ej:
Clase 1
Public Void Letras(object sender, KeyPressEventsArg e)
{
If (Char.IsLetter (e.KeyPress))
{
e.Handle = flase;
}
else
{
If (Char.IsControl(e.KeyPress))
{
e.Handle = false;
}
else
{
e.Handle = true;
}
}
}
Clase2
public Void Nombre_txt(object sender, EventsArg e)
{
//Como poner el Evento letras en este TextBox
}

Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.