Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. WebClient w = new WebClient();
  2.  
  3. string page = w.DownloadString("http://uk.eonline.com/");
  4.  
  5. string[] url = WebpageScrapper.GetSubstrings("<h3><a href=\"", ">");
  6.  
  7. webBrowser1.Navigate("http://uk.eonline.com" + url[0]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement