how to select two texts at the same time? i wrote this but it doesnt show selected text or doesnt even select it
Code:
Textbox1.SelStart=Textbox2.SelStart
Textbox1.SelLength=Textbox2.SelLength