================================================================================
    MICROSOFT Foundation Classes: HttpFtpDemo Project Overview
===============================================================================

Applications guide has created this HttpFtpDemo application program. The application program not only introduces basic knowledge of using Microsoft foundation class,but also the start of compiling application program.

This file contains every file content abstract about HttpFtpDemo applications.


HttpFtpDemo.vcproj
This is VC++ main project file generated by "app wizard". It contains VC++ information about spanned file, as well as the platformconfiguration and project function information selected by "app wizard".

HttpFtpDemo.h   
This is the main header file of applications. It contains specific head file about other project  (including Resource.h), and state CHttpFtpDemoApp application program.

HttpFtpDemo.cpp
This is main APP source file that contain CHttpFtpDemoApp

HttpFtpDemo.rc    
This is all list of Microsoft Windows resources used. It contains icons. bitmap and cursor stored in RES subdirectory.You can comfile this file in Microsoft Visual C++.The project resource is in 2052.

res\HttpFtpDemo.ico    
This is an icon file and used for application program.This icon in the main resource file HttpFtpDemo.rc

res\HttpFtpDemo.rc2
This file contains resource not compiled in Microsoft Visual C++,Put all resources not compiled by resource editor in this file.
/////////////////////////////////////////////////////////////////////////////

App wizard will create a dialog box class:HttpFtpDemoDlg.hHttpFtpDemoDlg.cpp.These files contains CHttpFtpDemoDlg class that define APP main dialog action.The dialog formwork contained in HttpFtpDemo.rc and this file can compiled in Microsoft Visual C++.
/////////////////////////////////////////////////////////////////////////////
The others functions: 

 ActiveX controls:APP support use ActiveX controls print and print preview,APP wizard has created some code,you can handle printprint setting and print preview via member function in CView class from MFC 
/////////////////////////////////////////////////////////////////////////////

The others standard files:StdAfx.hStdAfx.cpp

This file used for generate precompile header HttpFtpDemo.pch and StdAfx.obj

Resource.h: this is standard header,it define new resource ID and update by read Microsoft Visual C++
    

/////////////////////////////////////////////////////////////////////////////
The others illustrate:APP use "TD00" indicate added or defined REC section 


If APP use MFC in share DLL and the APP language is not same with operating system,you need copy localization resource MFC70XXX.DLL to computer system or system32 directory from Microsoft Visual C++ disk and rename for MFCLOC.DLL("XXX"stand for language acronym.Eg:MFC70DEU.DLL contain resource about translating into German)If not do this,some APP UI elements will be retained as language of operating system.

/////////////////////////////////////////////////////////////////////////////
