15.07.2013 Views

Microsoft Visual Basic - Encyclopaedia Gentium Boni

Microsoft Visual Basic - Encyclopaedia Gentium Boni

Microsoft Visual Basic - Encyclopaedia Gentium Boni

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

frmReferences - 1<br />

Private Sub btnPrecedent_Click()<br />

If Val(txtPage.Text) > 0 Then<br />

txtPage.Text = Val(txtPage.Text) - 1<br />

End If<br />

End Sub<br />

Private Sub btnSuivant_Click()<br />

If Val(txtPage.Text) < 581 Then<br />

txtPage.Text = Val(txtPage.Text) + 1<br />

End If<br />

End Sub<br />

Private Sub Command1_Click()<br />

Unload Me<br />

End Sub<br />

Private Sub txtPage_Change()<br />

'ges_014_0001.jpg<br />

Dim page$<br />

page = txtPage.Text<br />

On Error GoTo apres:<br />

f cboRef.Text = "Gesenius's Hebrew Grammar" Then<br />

If page

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!