Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/09/2006, 11:59
bar1
 
Fecha de Ingreso: diciembre-2004
Mensajes: 54
Antigüedad: 20 años, 3 meses
Puntos: 0
Yo tp entiendo mucho qué preguntas, pero de todas formas héchale un vistazo a ese código, a ver si te sirve:

Código:
PrivateSub CmdButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmdButton1.Click
  MsgBox ("¡Hola Mundo!")
EndSub 
ciao