-
MDIFrameBackground
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 CMDIFrameWnd 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 CMDIFrameWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDIFrameWnd::CreateClient:
- 2010-08-06 14:07:20下载
- 积分:1
-
clock
时钟程序的编写 这是基于89系列 适用于初学者(clock based on 89C51 you can make a clock by yourself if you want )
- 2012-01-17 14:55:56下载
- 积分:1
-
基于RSA的数字签名和验证C#源码
基于RSA的数字签名和验证C#源码
- 2013-09-20下载
- 积分:1
-
利用 Eigenface 或者Fisherface实现的 人脸识别
利用经典的 Eigenface 或者Fisherface实现的 人脸识别
需要opencv2.4.1 或者更新的版本,才可以编译或者运行
是学习opencv和 人脸识别很好程序
- 2022-01-25 16:38:20下载
- 积分:1
-
DigitalEarth
说明: C#写的基于Google Earth的二次开发。
- 2009-07-31 16:38:56下载
- 积分:1
-
Pointers-and-Arrays
This Chapter deals with POinters and Arrays. Sample Programs are given to workout in C++ environment.
- 2014-09-16 23:41:56下载
- 积分:1
-
TCP_IP详解卷一
中文版的TCP/IP详解卷一PDF整合版,带书签(Chinese version of TCP/IP Detailed Volume 1 PDF Integration Edition with Bookmarks)
- 2020-06-20 07:00:01下载
- 积分:1
-
RBF实现隐式曲面重建
- 2022-12-20 04:40:03下载
- 积分:1
-
JavaHostWPF_src
WPF控件与java的通信,JAVA加载WPF控件(The main ideas of Java and .NET code integration described in [4] where I showed an example of embedding .NET GUI components into Java interface. For anybody who is not familiar with Object-Oriented JNI for .NET, I recommend reading this article first. Description of Windows Presentation Foundation (WPF) can be found in MSDN, special manuals and is also not discussed in this article. WPF Module used in my example (without sources) was borrowed from [1]. Here I set out only with the task of embedding WMF Component into Java GUI.
)
- 2012-02-04 15:35:46下载
- 积分:1
-
定时获取公网IP地址
定时获取公网ip 1、通过LoadResoureDll类可以生产一个单文件绿色运行 2、每隔2分钟监测一次。 3、加入windows启动项,随开机自动启动
- 2021-05-06下载
- 积分:1