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.

fctGrammaireCox - 1<br />

Public Sub GrammaireCox(recherche)<br />

If recherche = "nominatif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=1:f<br />

orm=nom"<br />

ElseIf recherche = "vocatif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=1:f<br />

orm=voc"<br />

ElseIf recherche = "accusatif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=1:f<br />

orm=acc"<br />

ElseIf recherche = "datif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=1:f<br />

orm=dat"<br />

ElseIf recherche = "génitif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=1:f<br />

orm=gen"<br />

ElseIf recherche = "indicatif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=4:f<br />

orm=ind"<br />

ElseIf recherche = "subjonctif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=4:f<br />

orm=subj"<br />

ElseIf recherche = "impératif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=4:f<br />

orm=imperat"<br />

ElseIf recherche = "optatif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=4:f<br />

orm=opt"<br />

ElseIf recherche = "infinitif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=4:f<br />

orm=infin"<br />

ElseIf recherche = "participe" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=4:f<br />

orm=part"<br />

ElseIf recherche = "présent" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=2:f<br />

orm=pres"<br />

ElseIf recherche = "imparfait" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=2:f<br />

orm=imperf"<br />

ElseIf recherche = "futur" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=2:f<br />

orm=fut"<br />

ElseIf recherche = "aoriste" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=2:f<br />

orm=aor"<br />

ElseIf recherche = "parfait" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=2:f<br />

orm=perf"<br />

ElseIf recherche = "plus que parfait" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=2:f<br />

orm=plup"<br />

ElseIf recherche = "futur du parfait" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=2:f<br />

orm=futperf"<br />

ElseIf InStr(1, recherche, "futur") 0 And InStr(1, recherche, "parfait") 0 Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=2:f<br />

orm=futperf"<br />

ElseIf recherche = "actif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=3:f<br />

orm=act"<br />

ElseIf recherche = "moyen" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=3:f<br />

orm=mid"<br />

ElseIf recherche = "passif" Then<br />

recherche = "http://www.perseus.tufts.edu/hopper/text.jsp?doc=Perseus:text:1999.04.0052:chapter=3:f<br />

orm=pass"

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

Saved successfully!

Ooh no, something went wrong!