ExArrayOfPanes.cpp
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:12k
开发平台:

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////
  2. //
  3. // NAME
  4. //  ExArrayOfPanes.cpp
  5. //
  6. // DESCRIPTION
  7. //  Basic MFC Application example using the image and display classes.  It
  8. //  creates and displays a couple images.
  9. //
  10. // SEE ALSO
  11. //
  12. // BUGS
  13. //
  14. // DESIGN
  15. //  This program continues to run and handle events after it leaves InitInstance(),
  16. //  because (1) InitInstance() returnes TRUE and (2) the member variable m_pMainWnd
  17. //  is set to a valid CWnd-derived window object.
  18. //
  19. // HISTORY
  20. //  19-Jul-96 Vision Technology Group, Microsoft Research, Microsoft Corp.
  21. //
  22. // Copyright