Visual Basic 60 Projects With Source Code <4K>
Private Sub cmdOperator_Click(Index As Integer) ' Store the first number and the operation type FirstNumber = Val(txtDisplay.Text)
Private Sub LoadData() ' Load the first record If rs.RecordCount > 0 Then rs.MoveFirst txtName.Text = rs!Name txtGrade.Text = rs!Grade End If End Sub visual basic 60 projects with source code