Java Games: Flashcards, matching, concentration, and word search.

Programming 1

matching

AB
cbocombobox
chkckeckbox
lbllabel
cmdcommand
txttextbox
frmform
optoption
txtname.Textcommand to clear a textbox
lblname.Captiondisplay "Hello" in a label control
chkAdd.Value = 0clear a checkbox control
Dim Pay As Integerdeclare a variable as integer
Dim Group As Stringdeclare a variable as a string
&used to concatenate
Val(Text1.Text) * .345used to multiply textbox 1
Val(Text2.Text) / .78902used to divide textbox 2
Val(Text3.Text) + 34.5used to add textbox 3
chkdue.Value = 0used to clear a checkbox control
#1frmSmallAbout.WindowState = 1
#2Unload frmGoneAbout
#3frmSeeAbout.Show 1
#4txtCursor.SetFocus
#5MsgBox "A Fatal Error Has Occurred", 48, "Important Information"
#6lblCharge.Caption = hsbRate.Value * 0.01


lisa mullins

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities