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.

frmBible - 47<br />

frmZetoGraphe.txtRecherche.Text = mot<br />

frmZetoGraphe.cboVersion.Text = "LSG"<br />

frmZetoGraphe.Show<br />

Exit Sub<br />

End If<br />

If cboVersion.Text = "Darby" Then<br />

Load frmZetoGraphe<br />

frmZetoGraphe.txtRecherche.Text = mot<br />

frmZetoGraphe.cboVersion.Text = "Darby"<br />

frmZetoGraphe.Show<br />

Exit Sub<br />

End If<br />

If cboVersion.Text = "APF-G" Then<br />

Call RechercheMorphAPFG(mot)<br />

Exit Sub<br />

End If<br />

If cboVersion.Text = "TOB" Then<br />

Load frmZetoGraphe<br />

frmZetoGraphe.txtRecherche.Text = mot<br />

frmZetoGraphe.cboVersion.Text = "TOB"<br />

frmZetoGraphe.Show<br />

Exit Sub<br />

End If<br />

If cboVersion.Text = "BFC" Then<br />

Load frmZetoGraphe<br />

frmZetoGraphe.txtRecherche.Text = mot<br />

frmZetoGraphe.cboVersion.Text = "BFC"<br />

frmZetoGraphe.Show<br />

Exit Sub<br />

End If<br />

If cboVersion.Text = "LSG & Strong" Then<br />

mot = Trim(txtPassage.SelText)<br />

btnGo_Click<br />

Call LireStrongLSG2(mot)<br />

Exit Sub<br />

End If<br />

If cboVersion.Text = "JER" Then<br />

Load frmZetoGraphe<br />

frmZetoGraphe.txtRecherche.Text = mot<br />

frmZetoGraphe.cboVersion.Text = "JER"<br />

frmZetoGraphe.Show<br />

Exit Sub<br />

End If<br />

If cboVersion.Text = "Flavius Josèphe" Then<br />

Load frmZetoGraphe<br />

frmZetoGraphe.txtRecherche.Text = mot<br />

frmZetoGraphe.cboVersion.Text = "Flavius Josèphe"<br />

frmZetoGraphe.Show<br />

Exit Sub<br />

End If<br />

If cboVersion.Text = "BHS" Then<br />

chapitre = txtChapitre.Text<br />

verset = txtverset.Text<br />

Call LireWTM(livre, chapitre, verset, mot)<br />

'Load frmZetoGraphe<br />

'frmZetoGraphe.txtRecherche.Text = mot<br />

'frmZetoGraphe.cboVersion.Text = "BHS"<br />

'frmZetoGraphe.Show<br />

'Exit Sub<br />

End If<br />

If cboVersion.Text = "WH+" Then<br />

Load frmZetoGraphe<br />

frmZetoGraphe.txtRecherche.Text = mot<br />

frmZetoGraphe.cboVersion.Text = "WH+"<br />

frmZetoGraphe.Show<br />

Exit Sub

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

Saved successfully!

Ooh no, something went wrong!