wpf app: help files with search and index -
we adding files our wpf application in visual studio 2010. have not been able find far method have been able use.
we have html files, in directory, not added wpf project.
we don't have index or search.
i have seen maybe can cmh, seems quite old , outdated now.
ideally in wpf, if not possible need solution.
we able hit f1, have our main page displayed (we have now, opens in our browser) , additionally add index , search our main page.
can point in right direction please?
maybe should take @ process.start method page on msdn. in particular, process.start method (string) page has code example showing how open web pages wpf application.
to inside wpf application, @ webbrowser class page @ msdn. provides code example of loading web page application.
edit >>> after re-reading post, realise missed bit searching , indexing. surely, can search through web pages yourself? open each page , use
if (webpagecontent.contains(searchterm)) return webpagecontent;
Comments
Post a Comment