Find In Richtextbox

hello ppl,
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
[405 byte] By [unspoken_words2003] at [2007-11-20 0:39:13]
# 1 Re: Find In Richtextbox
Hello unspoken_words!
Have a look here:
http://msdn2.microsoft.com/en-us/library/system.windows.forms.richtextbox.find.aspx
HanneSThEGreaT at 2007-11-10 3:12:45 >