Private Sub Command2_Click()
Dim S As Single 'Sección
Dim n As Integer 'Nº Conductores
Dim ST As Single 'Sección Total
Dim suma As Single
S = Text2.Text
n = Text3.Text
ST = S * n
suma = Val(Label4.Caption)
Label4.Caption = ST + suma
End Sub




|
|||
Tema destacado: (TUTORIAL) Aprende a emular Sentinel Dongle By Yapis |
|
|