Rich Text Box Search.

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
 
G

Guest

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
 
D

David Wier

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
 
G

Guest

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
 
D

David Wier

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top