Find In Richtextbox
i have designed a text editor in vb.net.I hv kept an sub menu FIND.I am writing
richtextbox1.Find("vb.net")
' assume vb.net is the word to be searched
when i try this it just highlightes one occurence of the word (vb.net).If i have multiple words it doent work,I tried using array but cant do it..
help me out ppl,
thanks n regards
S.Yousuf

