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.

frmZetoGraphe - 7<br />

btnRechercher_Click<br />

Timer1.Enabled = False<br />

End If<br />

End Sub<br />

Private Sub txtRecherche_Click()<br />

'txtRecherche.Text = ""<br />

'txtRecherche.ForeColor = vbBlack<br />

'On Error GoTo apres:<br />

' Unload frmResultat<br />

'apres:<br />

End Sub<br />

Private Sub txtRecherche_KeyPress(KeyAscii As Integer)<br />

If KeyAscii = 13 Then btnRechercher_Click<br />

If KeyAscii = 27 Then Unload Me<br />

End Sub

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

Saved successfully!

Ooh no, something went wrong!