Como Hacer las Tablas De Multiplicar Con Visual Basic 6.0 (HD)
У вашего броузера проблема в совместимости с HTML5
Bueno Colegas Aqui Les Dejo El Codigo:
Dim res As Long, retorno
Private Sub Command1_Click()
For n = 1 To 10
res = Text1.Text * n
retorno = Chr(13) & Chr(10)
Text2.Text = Text2.Text & Text1.Text & "x" & n & "=" & res & retorno
Next n
End Sub
Private Sub Command2_Click()
Text2.Text = ""
End Sub
Private Sub Command3_Click()
End
End Sub
======================================================
Visiten mi sitio web estamos empezando a mejorarla :)
http://thehit06.wix.com/itcomputer
=====================================================