Posted 13 years ago
by Radjesh Klauke
-
X-impress
Small question:
I'm marking the searchresults, but how do I remove them?
This is how I mark them:How do I count them and remove them?
Thanks in advance.
[Modified at 12/14/2011 08:25 AM]
I'm marking the searchresults, but how do I remove them?
This is how I mark them:
Dim _findnext As FindReplaceOptions = New FindReplaceOptions
_findnext.FindText = txt_search.Text
.SelectedView.FindReplace.MarkAll(_findnext)
Thanks in advance.
[Modified at 12/14/2011 08:25 AM]