VB6 Tutorial 1 (Text Generator)

Published: 20 June 2008
on channel: 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


On this page of the site you can watch the video online VB6 Tutorial 1 (Text Generator) with a duration of hours minute second in good quality, which was uploaded by the user vb6tutorialvids 20 June 2008, share the link with friends and acquaintances, this video has already been watched 8,459 times on youtube and it was liked by 7 viewers. Enjoy your viewing!