G
Guest
I added a form with a textbox, and a button. It currenly searches a rich text box from fmMain. But it only locates the first instance, how do I find next
My Code
Private Sub btnFind_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFind.Clic
'Searches the current document
Dim vFind As String = tbFind.Tex
fmmain.rtb.Find(vFind
End Su
My Code
Private Sub btnFind_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFind.Clic
'Searches the current document
Dim vFind As String = tbFind.Tex
fmmain.rtb.Find(vFind
End Su