Wednesday, September 7, 2011

Lessons-07/09/11-Day 5


P2 NCEA L1 COMPUTING
Add this code to the SAVE button.
recordnumber = recordnumber + 1
student(recordnumber).name = txtName.text
student(recordnumber).House = cboHouse.text
student(recordnumber).Grad = cboGrad.text
txtName.clear

Add this code to the SHOW button:
Dim num as integer
For num = 1 to recordnumber
lstShow.items.add(student(num).name & " " & student(num).House & " " & student(recordnumber).Grad)
Next

P4 CIE A2 COMPUTING
Continue project work

P6 CIE IGCSE ICT
Start practice on any IGCSE Paper 3 and prepare questions for Friday’s lesson should you have any trouble with questions

No comments:

Post a Comment