文件名称:MDIFrameBackground
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:48.74kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
To get this task done, my first instinct was to catch the WM_ERASEBKGND in CMainFrame and do the FillSolidRect there. But I soon realized that approach didn t do anything other than make the frame flicker and show red only when it s being resized, otherwise the gray background was completely intact. Not exactly what I was looking for. Suddenly it became a little mystery. Why doesn t the background of the frame change when I fill it with a color in the frame s WM_ERASEBKGND handler? So I went on a hunt, I went through a lot of the CMDifr a meWnd and CFrameWnd code looking for methods that would draw on the frame, and there was not much there. I finally ended up at CMainFrame::OnCreate method, I set a breakpoint and stepped through the CMDifr a meWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDifr a meWnd::CreateClient:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MDIFrameBackground/ChildFrm.cpp
MDIFrameBackground/ChildFrm.h
MDIFrameBackground/ClientWnd.cpp
MDIFrameBackground/ClientWnd.h
MDIFrameBackground/MainFrm.cpp
MDIFrameBackground/MainFrm.h
MDIFrameBackground/MDIFrameBackground.cpp
MDIFrameBackground/MDIFrameBackground.exe
MDIFrameBackground/MDIFrameBackground.h
MDIFrameBackground/MDIFrameBackground.rc
MDIFrameBackground/MDIFrameBackground.sln
MDIFrameBackground/MDIFrameBackground.vcproj
MDIFrameBackground/MDIFrameBackgroundDoc.cpp
MDIFrameBackground/MDIFrameBackgroundDoc.h
MDIFrameBackground/MDIFrameBackgroundView.cpp
MDIFrameBackground/MDIFrameBackgroundView.h
MDIFrameBackground/ReadMe.txt
MDIFrameBackground/res/
MDIFrameBackground/res/MDIFrameBackground.ico
MDIFrameBackground/res/MDIFrameBackground.manifest
MDIFrameBackground/res/MDIFrameBackground.rc2
MDIFrameBackground/res/MDIFrameBackgroundDoc.ico
MDIFrameBackground/res/Toolbar.bmp
MDIFrameBackground/Resource.h
MDIFrameBackground/stdafx.cpp
MDIFrameBackground/stdafx.h
MDIFrameBackground/ChildFrm.h
MDIFrameBackground/ClientWnd.cpp
MDIFrameBackground/ClientWnd.h
MDIFrameBackground/MainFrm.cpp
MDIFrameBackground/MainFrm.h
MDIFrameBackground/MDIFrameBackground.cpp
MDIFrameBackground/MDIFrameBackground.exe
MDIFrameBackground/MDIFrameBackground.h
MDIFrameBackground/MDIFrameBackground.rc
MDIFrameBackground/MDIFrameBackground.sln
MDIFrameBackground/MDIFrameBackground.vcproj
MDIFrameBackground/MDIFrameBackgroundDoc.cpp
MDIFrameBackground/MDIFrameBackgroundDoc.h
MDIFrameBackground/MDIFrameBackgroundView.cpp
MDIFrameBackground/MDIFrameBackgroundView.h
MDIFrameBackground/ReadMe.txt
MDIFrameBackground/res/
MDIFrameBackground/res/MDIFrameBackground.ico
MDIFrameBackground/res/MDIFrameBackground.manifest
MDIFrameBackground/res/MDIFrameBackground.rc2
MDIFrameBackground/res/MDIFrameBackgroundDoc.ico
MDIFrameBackground/res/Toolbar.bmp
MDIFrameBackground/Resource.h
MDIFrameBackground/stdafx.cpp
MDIFrameBackground/stdafx.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.