Help
How to implement?
1. GoogSearcher.dll into Bin.
Copy GoogSearcher.dll into Bin folder of your web-site. Then all namespaces and classes of dll will be available in your project.
2. Include namespace.
Include namespace GoogSearcher in the code file where you are going to use GoogSearcher by adding line:
using GoogSearcher;
in uses part.
3. Create an object.
Create an object of the Searcher class. Pass right google Url as Uri or string in constructor parameter.
4. Call GetLink.
Call "GetLink" method of created object with number of links you need to get from google.
This method returns Uri object with specified by number link. Always check returned value for "null".
5. Read Links property.
Read "Links" property to get results from google.
© 2009 - 2010 GoogSearcher. All rights reserved.