Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TBx1.Text = "good" Then
TBx2.Text = "جيد"
ElseIf TBx1.Text = "nice" Then
TBx2.Text = "جميل"
ElseIf TBx1.Text = "abbreviation" Then
TBx2.Text = " اختصار"
ElseIf TBx1.Text = "ability " Then
TBx2.Text = "قدرة"
ElseIf TBx1.Text = "ablution" Then
TBx2.Text = "وضوء"
ElseIf TBx1.Text = "accident" Then
TBx2.Text = "حادث"
End If
End Sub
End Class
you notice that i need to write more than 3000 line to make the program much better I'm wondering if i linked the program to a specific database will it save more lines i mean i don't have to write the rest 3000 lines ?

New Topic/Question
Reply



MultiQuote






|