Way to implementing Search functinality on a Window

Posted by viky on Stack Overflow See other posts from Stack Overflow or by viky
Published on 2010-06-15T10:49:20Z Indexed on 2010/06/15 10:52 UTC
Read the original article Hit count: 149

Filed under:
|
|

I am working on a (WPF + C#) application. I have to implement search functionality. It will search all the occurrences of a particular string on the specific part of Window. What can be the best way to do this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf