DrawBackground用VC++实现,改变窗口背景
对多文档窗口应用程序中的主框架,可改变窗口的背景,使程序看起来更专业,窗口改变背景不能简单地用ClassWizard重载OnEraseBkgnd(CDC* pDC)函数的方法 实现。 因为多文档窗口应用程序中的主框架窗口的背景区是一个MDIClient类的窗口,因 此改变背 景与这个MDIClient类的窗口有关。MDIClient类的窗口的句柄是m_hWndMDIClient(在CMDIFrameWnd中)。
文件列表
DrawBackground.zip
(预估有个29文件)
DrawBackground
DrawBackground.clw
3KB
StdAfx.cpp
216B
MainFrm.h
2KB
DrawBackground.opt
49KB
DrawBackground.ncb
49KB
DrawBackgroundView.cpp
3KB
DrawBackground.cpp
4KB
DrawBackground.rc
13KB
ReadMe.txt
5KB
用户评论