Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP and Visual C++

Status
Not open for further replies.

vsilver

Programmer
Mar 13, 2003
5
0
0
NG
hi i would like to know how to call an ASP page from a MFC .exe and how to pass values of variables in the ASP page to the MFC.exe. Plz somebody help me! Am desperate!
 
In the MSDN MFC Reference you will find the classes

CInternetSession, CHttpConnection

and others. They can be used to connect to servers such as an IIS Web server and send/receive requests.

>> how to pass values of variables in the ASP page to the
>> MFC.exe

If you do not already understand HTTP client/server communications, i suggest that you do some reading on the subject before proceeding with your project.

hope that helps
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top