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.

frmDicoHebreu - 4<br />

Private Sub Timer1_Timer()<br />

If mnuEdition.Checked = False Then btnGo_Click<br />

End Sub<br />

Private Sub Timer2_Timer()<br />

If txtHebreu.Text = "" Then<br />

Timer1.Enabled = False<br />

End If<br />

End Sub<br />

Private Sub txtFrancais_KeyUp(KeyCode As Integer, Shift As Integer)<br />

If KeyCode = 13 Then btnGo_Click<br />

End Sub<br />

Private Sub txtHebreu_KeyUp(KeyCode As Integer, Shift As Integer)<br />

If KeyCode = 13 Then btnGo_Click<br />

If KeyCode = 27 Then Unload Me<br />

End Sub<br />

Private Sub txtNotes_Change()<br />

Timer1.Enabled = False<br />

End Sub

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

Saved successfully!

Ooh no, something went wrong!