ReadMe.txt
上传用户:maidou0901
上传日期:2008-10-19
资源大小:68k
文件大小:4k
源码类别:

多显示器编程

开发平台:

Visual C++

  1. ================================================================================
  2.     MICROSOFT FOUNDATION CLASS LIBRARY : MonitorTest Project Overview
  3. ===============================================================================
  4. The application wizard has created this MonitorTest application for 
  5. you.  This application not only demonstrates the basics of using the Microsoft 
  6. Foundation Classes but is also a starting point for writing your application.
  7. This file contains a summary of what you will find in each of the files that
  8. make up your MonitorTest application.
  9. MonitorTest.vcproj
  10.     This is the main project file for VC++ projects generated using an application wizard. 
  11.     It contains information about the version of Visual C++ that generated the file, and 
  12.     information about the platforms, configurations, and project features selected with the
  13.     application wizard.
  14. MonitorTest.h
  15.     This is the main header file for the application.  It includes other
  16.     project specific headers (including Resource.h) and declares the
  17.     CMonitorTestApp application class.
  18. MonitorTest.cpp
  19.     This is the main application source file that contains the application
  20.     class CMonitorTestApp.
  21. MonitorTest.rc
  22.     This is a listing of all of the Microsoft Windows resources that the
  23.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  24.     in the RES subdirectory.  This file can be directly edited in Microsoft
  25.     Visual C++. Your project resources are in 1033.
  26. resMonitorTest.ico
  27.     This is an icon file, which is used as the application's icon.  This
  28.     icon is included by the main resource file MonitorTest.rc.
  29. resMonitorTest.rc2
  30.     This file contains resources that are not edited by Microsoft 
  31.     Visual C++. You should place all resources not editable by
  32.     the resource editor in this file.
  33. /////////////////////////////////////////////////////////////////////////////
  34. The application wizard creates one dialog class:
  35. MonitorTestDlg.h, MonitorTestDlg.cpp - the dialog
  36.     These files contain your CMonitorTestDlg class.  This class defines
  37.     the behavior of your application's main dialog.  The dialog's template is
  38.     in MonitorTest.rc, which can be edited in Microsoft Visual C++.
  39. /////////////////////////////////////////////////////////////////////////////
  40. Other Features:
  41. ActiveX Controls
  42.     The application includes support to use ActiveX controls.
  43. /////////////////////////////////////////////////////////////////////////////
  44. Other standard files:
  45. StdAfx.h, StdAfx.cpp
  46.     These files are used to build a precompiled header (PCH) file
  47.     named MonitorTest.pch and a precompiled types file named StdAfx.obj.
  48. Resource.h
  49.     This is the standard header file, which defines new resource IDs.
  50.     Microsoft Visual C++ reads and updates this file.
  51. MonitorTest.manifest
  52. Application manifest files are used by Windows XP to describe an applications 
  53. dependency on specific versions of Side-by-Side assemblies. The loader uses this 
  54. information to load the appropriate assembly from the assembly cache or private 
  55. from the application. The Application manifest  maybe included for redistribution 
  56. as an external .manifest file that is installed in the same folder as the application 
  57. executable or it may be included in the executable in the form of a resource. 
  58. /////////////////////////////////////////////////////////////////////////////
  59. Other notes:
  60. The application wizard uses "TODO:" to indicate parts of the source code you
  61. should add to or customize.
  62. If your application uses MFC in a shared DLL, and your application is in a 
  63. language other than the operating system's current language, you will need 
  64. to copy the corresponding localized resources MFC70XXX.DLL from the Microsoft
  65. Visual C++ CD-ROM under the WinSystem directory to your computer's system or 
  66. system32 directory, and rename it to be MFCLOC.DLL.  ("XXX" stands for the 
  67. language abbreviation.  For example, MFC70DEU.DLL contains resources 
  68. translated to German.)  If you don't do this, some of the UI elements of 
  69. your application will remain in the language of the operating system.
  70. /////////////////////////////////////////////////////////////////////////////