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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

frmBible - 50<br />

End If<br />

End Sub<br />

PopupMenu mnuLexiquesC, vbPopupMenuLeftAlign<br />

Public Sub txtverset_Change()<br />

btnGo_Click<br />

End Sub<br />

Public Sub txtverset_KeyPress(KeyAscii As Integer)<br />

If KeyAscii = 8 Then Exit Sub<br />

If KeyAscii < 47 Or KeyAscii > 57 Then<br />

KeyAscii = 0<br />

Beep<br />

End If<br />

End Sub<br />

Public Sub txtverset_KeyUp(KeyCode As Integer, Shift As Integer)<br />

If KeyCode = 13 Then<br />

btnGo_Click<br />

ElseIf KeyCode = vbKeyEscape Then<br />

End<br />

Unload Me<br />

End If<br />

End Sub

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

Saved successfully!

Ooh no, something went wrong!