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.

fctAnalyseVulgate - 1<br />

Public Function AnalyseVulgate(mot)<br />

Dim motr$, mott$<br />

'interrogation internet Words<br />

'If frmBible.cboVersion.Text = "Vulgate" And frmBible.optunbound.Value = True Then<br />

'frmBrowser.cboAddress.Text = "http://lysy2.archives.nd.edu/cgi-bin/words.exe?" & mot<br />

'Exit Function<br />

'interrogation Jeanneau / Collatinus<br />

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

frmBrowser.cboAddress.Text = "http://collatinus.fltr.ucl.ac.be/jcoll.php?forme=m:" & mot<br />

frmBrowser.Caption = "Analyse Collatinus - Jeanneau"<br />

End If<br />

' *** autres possibilités<br />

' dictionnaire latinogallicum : http://colet.uchicago.edu/cgi-bin/search2e?headword=" & Mot & "&wor<br />

d=" & Mot & "&CONJUNCT=PHRASE&DISTANCE=3&PROXY=or+fewer&OUTPUT=conc&SYSTEM_DIR=%2Fprojects%2Fartflb<br />

%2Fdatabases%2Fartfl%2Fdicos%2Festienne%2Ffulltext%2FIMAGE%2F<br />

' recherche ancienne latin français : "http://dictionaries.travlang.com/LatinFrench/dict.cgi?query=<br />

" & mot & "& Max = 50"<br />

'If frmBible. Then<br />

' je tente de trouver une définition au mot<br />

' motr = Trim(frmBible.txtPassage.SelText)<br />

' motr = LCase(motr)<br />

' motr = Replace(motr, ".", "")<br />

' motr = Replace(motr, ":", "")<br />

' motr = Replace(motr, ";", "")<br />

' motr = Replace(motr, ",", "")<br />

' motr = Replace(motr, "!", "")<br />

' motr = Replace(motr, "?", "")<br />

' Call LatinFrancais(motr, mott)<br />

' je tente de l'analyser<br />

'Call AnalyserLatin(mot, Resultat)<br />

'mot = MsgBox(Resultat & vbCrLf & "Définition : " & mott)<br />

'End If<br />

' interrogation Unbound<br />

'If frmBible.optWeb.Value = True Then<br />

'mot = Replace(mot, "\", "")<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 />

'frmBrowser.cboAddress.Text = "http://www.perseus.tufts.edu/cgi-bin/morphindex?lang=latin&lookup="<br />

& mot<br />

'End If<br />

End Function

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

Saved successfully!

Ooh no, something went wrong!