readme.wzd

来自「MFC扩展编程实例」· WZD 代码 · 共 30 行

WZD
30
字号
/////////////////////////////////////////////////////////////////////
// Example files.
/////////////////////////////////////////////////////////////////////

WzdTlbar.cpp -- a toolbar class that creates an animation control
WzdTlbar.h		in its far right corner

/////////////////////////////////////////////////////////////////////
// Modify Mainframe Class.
/////////////////////////////////////////////////////////////////////

// 1) add a .AVI file to your project--please refer to the book for
//  an easy way

// 2) use the new toolbar class in this classs
	CWzdToolbar    m_wndToolBar;

// 3) disable toolbar docking in Mainfrm.cpp
	// TODO: Delete these three lines if you don't want the toolbar to
	//  be dockable
//	m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
//	EnableDocking(CBRS_ALIGN_ANY);
//	DockControlBar(&m_wndToolBar);

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

⌨️ 快捷键说明

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