11-08-18, 12:08 AM
(10-08-18, 08:51 PM)Null كتب :(10-08-18, 08:20 PM)dubai.eig كتب : في حالت وجود اكثر من اختصار في جمله واحده
انا جربت كذا
كود :
TextBox2.Text = TextBox2.Text.Replace("!", "#", "$", "@", TextBox3.Text)
بس ما نفع
افدني بارك الله فيك
![]()
كود :
TextBox2.Text = TextBox2.Text.
Replace("!", TextBox3.Text).
Replace("#", TextBox4.Text).
Replace("$", TextBox5.Text).
Replace("@", TextBox6.Text)
أو
كود :
TextBox2.Text = TextBox2.Text.Replace("!", TextBox3.Text)
TextBox2.Text = TextBox2.Text.Replace("#", TextBox4.Text)
TextBox2.Text = TextBox2.Text.Replace("$", TextBox5.Text)
TextBox2.Text = TextBox2.Text.Replace("#", TextBox6.Text)
تسلم ايدك بارك الله فيك
ضبط والحمدالله

