30.04.2013 Views

1. Visual Basic - Curso completo teoria y practica

1. Visual Basic - Curso completo teoria y practica

1. Visual Basic - Curso completo teoria y practica

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

End Sub<br />

End If<br />

MsgBox “Cantidad a retirar debe ser múltiplo de 10”<br />

TxtCantidad = “”<br />

TxtCantidad.SetFocus<br />

Luego, haga doble click sobre el botón “Limpiar” y añada<br />

el siguiente código:<br />

Private Sub CmdLimpiar_Click()<br />

End Sub<br />

TxtCantidad = “”<br />

TxtB200 = “”<br />

TxtB100 = “”<br />

TxtB50 = “”<br />

TxtB20 = “”<br />

TxtB10 = “”<br />

TxtCantidad.SetFocus<br />

Finalmente dar doble click sobre el botón “Salir” y añada<br />

el siguiente código:<br />

Private Sub CmdSalir_Click()<br />

End<br />

End Sub<br />

Pág. 62

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!