Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
2.54/5 (4 votes)
See more:
Hi,
How can I Click on a button of a webpage with windows form button .
for example i want to press Google Search Button in google.com when an Event stared .

so is it possible to do it ?!

thanks in advance .
Posted
Comments
ZurdoDev 26-Dec-13 17:28pm    
Perhaps you can use the WebClient class and construct a post message. http://msdn.microsoft.com/en-us/library/system.net.webclient(v=vs.110).aspx
Essentially you'll have to create the http request manually.
Sergey Alexandrovich Kryukov 26-Dec-13 22:12pm    
Not clear. Where would you get a windows forms button, if this is a Web page? Or is it your implementation of a browser based on System.Windows.Forms? Or something else?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900