Using Google Image Search, Picking first 9 image results using c#.net
问题 In Short, I need to figure out how to use Google API's to do a Google Image Search Based off of text in a RichBox named "Title" and ONLY bold words in another RichBox named "Body". The idea of this is to create an Image Suggestion page that will be used to help produce PowerPoint slides. Here is the code I've Tried to Get a Google Image Search going. For Start we have two RichBoxes named "Title" & "Body". Whatever the user types in the "Title" box, it gets stored in a List of "Search Term"