readme.wzd

来自「本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实」· WZD 代码 · 共 17 行

WZD
17
字号
/////////////////////////////////////////////////////////////////////
// Modify any class.
/////////////////////////////////////////////////////////////////////

// 1) to change your application's icon
	AfxGetMainWnd()->SetIcon(AfxGetApp()->LoadIcon(IDI_STATUS_ICON),TRUE);

// 2) to change any frame window's icon
	GetParentFrame()->SetIcon(AfxGetApp()->LoadIcon(IDI_STATUS_ICON),TRUE);


/////////////////////////////////////////////////////////////////////
// From: Visual C++ MFC Programming by Example by John E. Swanke
// Copyright (C) 1998 jeswanke. All rights reserved.
/////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?