i have two window form. in 1st window form i have a richtextbox(name tarea) and a button(name find) , when i
click on find button then 2nd window form is enabled in which there is a textbox(name findtext) and a button( name findnext). i want when i click on findnext button then the text of findtext should find the text in tarea and color of matched text of
tarea should be blue.
↧