Click here to Skip to main content
15,881,044 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello everyone,

i have been using vb and now im trying to learn vc++,

i want to make a simple app (windows forms/mfc) in visual c++ 2010 to send the "status" of my computer to a web server.

i just want the app to post/get/execute this url in a time interval:

http://tony.ug.org/s/index.php?status=xxxxxx&auth=xxxxx

any help will be highly appreciated.
Posted
Updated 24-Oct-12 23:58pm
v2

If you're using MFC there are some classes to help you with that.
CInternetSession Class[^]
CHttpConnection Clas[^]
Also see
MFC Classes for Creating Internet Client Applications[^]
WinInet Basics [^]
 
Share this answer
 
Comments
Nelek 26-Oct-12 3:30am    
OP comment moved from non solution:
thanks Marius, i'll check out those links and study the example code.
Try the HttpSendRequest()[^] and associated functions.
 
Share this answer
 
Comments
Nelek 26-Oct-12 3:29am    
OP comment moved from non solution:
thanks Richard, i'll check out those links and study the example code.

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