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.

frmResultatStrong - 1<br />

Private Sub Text1_Change()<br />

End Sub<br />

Private Sub Text1_Click()<br />

Unload Me<br />

End Sub<br />

Private Sub Command1_Click()<br />

Unload Me<br />

End Sub<br />

Private Sub lblNStrong_Click()<br />

strong = lblNStrong.Caption<br />

If Len(strong) < 20 Then Exit Sub<br />

strong = Mid(strong, 10, 5)<br />

If Left(strong, 4) = "0000" Then strong = Mid(strong, 5, Len(strong))<br />

If Left(strong, 3) = "000" Then strong = Mid(strong, 4, Len(strong))<br />

If Left(strong, 2) = "00" Then strong = Mid(strong, 3, Len(strong))<br />

If Left(strong, 1) = "0" Then strong = Mid(strong, 2, Len(strong))<br />

frmBrowser.cboAddress.Text = "http://levangile.com/Strong-Hebreu-" & strong & ".htm"<br />

'1.htm<br />

End Sub

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

Saved successfully!

Ooh no, something went wrong!