25-07-13, 03:03 PM
شكر على مرورك لاكن يوجد خطاء فى الجملة الاولى فى كلمة
str
str
PHP كود :
For i As Integer = 0 To UBound([color=#FF0000]Str[/color])
If Str(i).ToLower.Contains(TextBox1.Text.ToLower) = True Then
MsgBox(Str(i))
End If
Next

