Rich Text Box Search.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to implement some general search capabilities within a rich text
box. First I was wondering if there is available a dialog like you get from
Ctrl-F (find, find next, etc.) Do I have to code my own dialog or is this
search dialog available for reuse?

Thank you.

Kevin
 
Hi,

I Was wondering if you found a solution to this as I am looking for the same
functionanlity in an app. I would like to push ctrl+f and be able to filter
the data for the current form.

Thanks

Neil
 
Syncfusion's Edit control offers this functionality, and also,
ActiproSoftware's Syntax Editor does
Of course, each one offers much more, so it will depend on what all you want
in a control
 
Hi Kevin,

If you go to the following address

http://www.gotdotnet.com/team/VB/

Then under samples there is : FindReplace.msi , which is a find dialogue
control.

Ive pulled it down and used it in my application and it works great.

Hope that helps.

Neil
 
keep in mind, that this is a 1.1 version project, so it will need to be
converted, so don't freak out when the prompt appears. Also - don't worry,
because it converts just fine.

But - remember to build it, once it's completed it's conversion...
 
Back
Top