How would I create a webrequest, that goes to a site, and clicks a button, that is a img/ or a id?
I know how to create a webrequest. Now how do I click a img/ or a id?

// Create a request for the URL. 		
           WebRequest request = WebRequest.Create ("http://adf.ly/2zNG ");

Read this not that

1.)How would I create a webrequest, that goes to a site, and clicks a button, that is a img/ or a id?
I know how to create a webrequest. Now how do I click a img/ or a id?

// Create a request for the URL. 		
           WebRequest request = WebRequest.Create ("http://adf.ly/2zNG ");

2.) How would I go to a website using a WebRequest to(http://www.ipchicken.com/), and compare the IP shown with item from a list box?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.