How can I post some data to a webpage?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want use my software to post data to the webpage. In some search engines page there is a form for you to enter some keywords,and how can I submit these keywords use software and get the results? thx a lot
Take a look at all the Internet and Http functions, like InternetOpen(), InternetReadFile() and a lot of others... To post data you can use HttpSendRequest() - Anders Money talks, but all mine ever says is "Goodbye!"