DrawBackground用VC++实现,改变窗口背景

时间:2014-08-22 10:40:17
【文件属性】:
文件名称:DrawBackground用VC++实现,改变窗口背景
文件大小:1021KB
文件格式:ZIP
更新时间:2014-08-22 10:40:17
VC++,多文档,窗口,背景 对多文档窗口应用程序中的主框架,可改变窗口的背景,使程序看起来更专业,窗口改变背景不能简单地用ClassWizard重载OnEraseBkgnd(CDC* pDC)函数的方法 实现。 因为多文档窗口应用程序中的主框架窗口的背景区是一个MDIClient类的窗口,因 此改变背 景与这个MDIClient类的窗口有关。MDIClient类的窗口的句柄是m_hWndMDIClient(在CMDIFrameWnd中)。
【文件预览】:
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)
----DrawBackgroundDoc.cpp(2KB)
----StdAfx.h(1KB)
----DrawBackgroundDoc.h(2KB)
----MainFrm.cpp(3KB)
----DrawBackground.dsp(5KB)
----DrawBackground.dsw(553B)
----DrawBackground.h(1KB)
----DrawBackground.aps(1.04MB)
----Resource.h(646B)
----res()
--------DrawBackgroundDoc.ico(1KB)
--------DrawBackground.rc2(406B)
--------DrawBackground.ico(1KB)
--------a1.bmp(1MB)
--------Toolbar.bmp(1KB)
----ChildFrm.cpp(2KB)
----clientWnd.h(1KB)
----ChildFrm.h(1KB)
----DrawBackgroundView.h(2KB)
----clientWnd.cpp(2KB)
----DrawBackground.plg(262B)

网友评论

  • 挺实用的 简单易懂