- Home
·
- Miscellaneous
·
- This is part of a idea i had is a program that displays a word and you have to type in the word tha
This is part of a idea i had is a program that displays a word and you have to type in the word tha
This is part of a idea i had is a program that displays a word and you have to type in the word that appears on a label and another label
Rate This is part of a idea i had is a program that displays a word and you have to type in the word tha
(1(1 Vote))
'place on the form:
'a text box
'command button
'2labels
'click the buttons events and type in....
Private Sub Command1_CLick()
If Text1.Text = Label1.Caption Then
Label2.Caption = "Correct"
Else
Label2.Caption = Wrong"
End If
End Sub
'for label2 go to properties and for its caption type in a word
'click run
'type in the word that is displayed in label1 exact
'if it is correct label1's caption will say correct
'if its wrong label1's caption will say wrong
This is part of a idea i had is a program that displays a word and you have to type in the word tha Comments
No comments yet — be the first to post one!
Post a Comment