VC++MFC编程实例书籍的配套光盘.共有80余个例子

源代码在线查看: readme.wzd

软件大小: 2638 K
上传用户: wldxmy
关键词: MFC VC 编程实例 书籍
下载地址: 免注册下载 普通下载 VIP

相关代码

				/////////////////////////////////////////////////////////////////////
				// Example files.
				/////////////////////////////////////////////////////////////////////
				
				WzdView.cpp -- a form view class
				WzdView.h
				
				/////////////////////////////////////////////////////////////////////
				// Modify the frame class the view stills in.
				/////////////////////////////////////////////////////////////////////
				
				// to remove min/max boxes
					cs.style &= ~(WS_MAXIMIZEBOX|WS_MINIMIZEBOX);
				
				// to make view unsizable
					cs.style &= ~WS_THICKFRAME;
				
				/////////////////////////////////////////////////////////////////////
				// From: Visual C++ MFC Programming by Example by John E. Swanke
				// Copyright (C) 1998 jeswanke. All rights reserved.
				/////////////////////////////////////////////////////////////////////
				
							

相关资源