Clase 29 09 16
Read

Clase 29 09 16

by Carlos Macalopu

Declarar Variables Dim Nombre_var as tipo Botón calcular Dim pago As Integer Select Case (Cbo_carrera.Text) Case "Enfermeria" pago = 150 Case "Contabilidad" Pago = 130 Case "Computacion" Pago = 180 End Select Txt_total.Text = CInt (Txt_meses.Text) * Pago... More

Read the publication