VB6 Tutorial 1 (Text Generator)

Publicado em: 20 Junho 2008
no 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


Nesta página do site você pode assistir ao vídeo on-line VB6 Tutorial 1 (Text Generator) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário vb6tutorialvids 20 Junho 2008, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 8,459 vezes e gostou 7 espectadores. Boa visualização!