Jan 7, 2009 #1 JohnBoy2005 Programmer Jul 12, 2005 117 GB Is there a way, in code, to submit html form data to a web page, without having to populate and auto submit a WebBrowser Control with a html form. Cheers John
Is there a way, in code, to submit html form data to a web page, without having to populate and auto submit a WebBrowser Control with a html form. Cheers John
Jan 7, 2009 #2 Disferente Programmer Jun 23, 2008 112 US Yes there is. Using winsock you can quite easily post form data without any browser. You can find all info you need of the http here: http://www.w3.org/Protocols/rfc2616/rfc2616.html Upvote 0 Downvote
Yes there is. Using winsock you can quite easily post form data without any browser. You can find all info you need of the http here: http://www.w3.org/Protocols/rfc2616/rfc2616.html