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
In questa pagina del sito puoi guardare il video online VB6 Tutorial 1 (Text Generator) della durata di ore minuti seconda in buona qualità , che l'utente ha caricato vb6tutorialvids 20 giugno 2008, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 8,459 volte e gli è piaciuto 7 spettatori. Buona visione!