I need to know how to copy a part of a website (the text) from VB.NET code. For example, I have this "site": https://www.google.ro/search?sugexp=chrome,mod=8&sourceid=chrome&ie=UTF-8&q=my+location How can I copy the part with my location?
Or...I have this http code (I think) - it's a little more complicated: http://www.google.com/ig/api?weather=Bucharest There I want to get the informations for today (Min, max, humidity, wind etc...)
Please help me.
Consider working with the HTML Agility Pack. It provides an easy way to grab and parse data from other websites. You should be able to use it to easily get at the parts of data you need.