ExArrayOfPanes.cpp
资源名称:VisSDK.rar [点击查看]
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:12k
源码类别:
人物传记/成功经验
开发平台:
Visual C++
- ///////////////////////////////////////////////////////////////////////////
- //
- // NAME
- // ExArrayOfPanes.cpp
- //
- // DESCRIPTION
- // Basic MFC Application example using the image and display classes. It
- // creates and displays a couple images.
- //
- // SEE ALSO
- //
- // BUGS
- //
- // DESIGN
- // This program continues to run and handle events after it leaves InitInstance(),
- // because (1) InitInstance() returnes TRUE and (2) the member variable m_pMainWnd
- // is set to a valid CWnd-derived window object.
- //
- // HISTORY
- // 19-Jul-96 Vision Technology Group, Microsoft Research, Microsoft Corp.
- //
- // Copyright