exarrayofpanes.cpp
来自「microsoft vision source code」· C++ 代码 · 共 22 行
CPP
22 行
///////////////////////////////////////////////////////////////////////////
//
// 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?