Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/10/2009, 11:55
HmatiasR
 
Fecha de Ingreso: octubre-2009
Mensajes: 1
Antigüedad: 15 años, 4 meses
Puntos: 0
Respuesta: Re: Crear Traductor

[email protected]hola! tambien pueden hacer esto..

sub command1_click ()
if text1.text = "hola" then text2.text = "hello"


tambien viseversa-

if text1.text = "hello" then text2.text = "hola"

y crean un segundo sub command2_click () para restableser

text1.text = ""
text2.stext = ""


saludos avisenme como le salen
[email protected]