Tagged Questions

5
votes
2answers
282 views

Fast Dynamic Fuzzy search over 100k+ strings in C#

Let's say they are pre-loaded stock symbols, typed into a text box. I am looking for code that I can copy, not a library to install. This was inspired by this question: Are there any Fuzzy Search or ...
2
votes
4answers
54 views

How to save searches on a WinForm

I have created a Search form with a function Find Text, How do I save the last search so I can create a Find Again Button when the form has been re-opened? My code for the search is: private ...
0
votes
1answer
58 views

How to check if a file contains html instead of true content, when using a .php download service?

My C# WinForms app downloads files from a .php downloading web service. The .php page returns error as HTML pages displayed to the user (I don't have an alternative API for this) What would be the ...
0
votes
7answers
436 views

how to search for a word in a book programmatically?

I need to develop an application that can search through a book and list out all the pages and lines that contain a given keyword. For books that are split up in some other way, such as a bible ...