I'm building an 开发者_Go百科application in c# that needs to search google for images, pull the first result and display it. How can I do it? Thanks, Tom
There is a (deprecated) Google Image Search API which you might use from your C# code. Here is an example on how to use it.
This could be helpful: http://www.codeproject.com/KB/IP/google_image_search_api.aspx
精彩评论