07-11-16, 11:07 PM
(آخر تعديل لهذه المشاركة : 07-11-16, 11:10 PM {2} بواسطة a_abdullah.)
(07-11-16, 10:51 PM)ممدوح كتب : جربي هذا الكودمشى معاي الكود بالتمام ماشاء الله عليك
كود :
Private Sub resultButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles resultButton1.Click
stringLabel1.Text = " "
Dim a, b(), c, d As String
c = "welcome to my world"
stringLabel1.Text = c
a = characterTextBox1.Text
b = c.Split(a)
d = String.Join(Nothing, b)
resultLabel1.Text = d
End Sub
بس ياليت تشرح لي ليش استخدمت فانكشون التفريق والتجميع ؟
لازم افهم كل خطوة عشان يثبت برأسي كل شي
