I was trying to create a form similar to notepad using rich text box . when I selected a part of text and try to delete it using richtextbox1.delete(); command the entire text was getting deleted . I tried using richtextbox1.selectedtext.remove(); it dint work. please help.
7
Answers
I was trying to create a form similar to notepad using rich text box . when I selected a part of text and try to delete it using richtextbox1.delete(); command the entire text was getting deleted . I tried using richtextbox1.selectedtext.remove(); it dint work. please help.
Mr.Parvez Mulla : Thanks for your suggestion . But i used rich text box since i wanted to design my form like a notepad and rich text box would make my program easy.