Respuesta
en
Visual Basic
a
Suma automatica en un texbox
Bueno yo lo hice así Public Class Form1 Private Sub TextBox5_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox5.Click If (TextBox1.Text) = "" Then TextBox1.Text = "0" End If If (TextBox2.Text) = "" Then TextBox2.Text = "0"...
1 respuestas no visibles