4.
-
visual basic'de yazmak isteyenler için kodları veriyorum
text2.text = replace (text1.text, "a","A")
text2.text = replace (text1.text, "b","b")
text2.text = replace (text1.text, "c","C")
text2.text = replace (text1.text, "ç","cH")
text2.text = replace (text1.text, "d","D")
text2.text = replace (text1.text, "e","3")
böyle gider bu.