VB6 Tutorial 1 (Text Generator)

Publicado el: 20 junio 2008
en el canal de: vb6tutorialvids
8,459
7

I will teach you how to make a text generator in VB6. The Code for the Command Button is:
Private Sub Command1_Click()
Dim key As Integer
key = Int(Rnd() * 6)
Select Case key
Case 1
text1.Text = "1"
Case 2
text1.Text = "2"
Case 3
text1.Text = "3"
Case 4
text1.Text = "4"
Case 5
text1.Text = "5"
End Select
End Sub


En esta página del sitio puede ver el video en línea VB6 Tutorial 1 (Text Generator) de Duración hora minuto segunda en buena calidad , que subió el usuario vb6tutorialvids 20 junio 2008, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 8,459 veces y le gustó 7 a los espectadores. Disfruta viendo!