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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help getting started with InternetConnect() (which header?)

Status
Not open for further replies.

Insider1984

Technical User
Feb 15, 2002
132
US
I'm a learn as you go programmer and so far I've used basic functions from stdfax.h

I want to start using this fuctions like IneternetConnect()

my question is how do I start using these functions?

FOPEN is part of the stdfax.h (good memory from school) but how do I know which header file to include for internet fuctions or other functions I may fumble across in the MFC documentation. I tried to figure this out and I'm lost Please help me!

Thanks
 
If you look at the 'Class Overview' for any of the MFC C++ classes in MSDN, it will tell you which headers need to be included. Usually, when you create a project in VC++, most headers are automatically included for you with some exceptions such as CArray, etc where you specifically have to #include the appropriate header in your class definition file where you plan to use it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top