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.

fctDoubleCliqueMP - 2<br />

' SEPTANTE<br />

'If frmBible.cboVersion.Text = "Septante" Then<br />

'Call AnalyseSeptante(mot)<br />

'Exit Function<br />

'End If<br />

'WH & STRONG<br />

If frmBible.cboVersion.Text = "W/H & Strong" Then<br />

Call AnalyseWHStrong(mot)<br />

Exit Function<br />

End If<br />

' SEPTANTE<br />

'optspecialise = True<br />

'If optspecialise = True Then<br />

'Call DoubleCliqueSeptante<br />

'Exit Function<br />

'End If<br />

' OPTIONS INTERNET<br />

If frmBible.cboVersion.Text "Vulgate" Then<br />

mot = Replace(mot, "\", "")<br />

mot = Replace(mot, "c", "x")<br />

mot = Replace(mot, "j", "s")<br />

mot = Replace(mot, "/", "")<br />

mot = Replace(mot, ")", "")<br />

mot = Replace(mot, "(", "")<br />

mot = Replace(mot, "|", "")<br />

mot = Replace(mot, "=", "")<br />

mot = Replace(mot, ".", "")<br />

mot = Replace(mot, ";", "")<br />

mot = Replace(mot, "$", "")<br />

mot = Replace(mot, ":", "")<br />

langue = "latin"<br />

'frmBrowser.cboAddress.Text = "http://www.unboundbible.org/greek_search/index.cfm?RequestTimeout=50<br />

0&fuseaction=list&lang=French&word=" & mot<br />

End If<br />

erreur:<br />

Exit Function<br />

End Function

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

Saved successfully!

Ooh no, something went wrong!