The DigiOz Google DLL is a DLL written in Visual Basic .NET 2005. The purpose of this DLL is to use the Google Web API to Perform a search on either a Windows or Web Application. The search results are stored in a list of items which contain the title, URL, description and cache size of each search result item. A Google Key will have to be obtained by each user of this DLL for use. Also, Google limits the daily query for each account to 1000 queries, where you can retrieve a maximum of 10 results per query and you cannot access information beyond the 1000th result for any query. For more information on how to use this DLL, please download the zip file and view the ReadMe.txt file inside it or download and try the demo project.

Download | Demo Project | Source