-
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
-
ConnDatabase
数据库连接 ado sqlserver 用C++程序书写 累了我一天 娘的(C++ learning materials as long as the processing of C++ programming ADO SQLSERVER database connection)
- 2014-04-04 16:51:01下载
- 积分:1
-
Visual-CPP-Note
零基础学Visual C++的课件,可以帮助读者快速提高Visual C++编程能力(Zero-based Visual C++ courseware, fast to improve Visual C++ programming ability can help readers)
- 2012-09-12 11:04:28下载
- 积分:1
-
STM32F407_ov2640图像处理
stm32f407,寻黑线,控制电机,探索者,智能摄像识别,二值化(Stm32f407, black line, control motor, explorer, intelligent camera recognition, two valued)
- 2020-11-04 08:09:51下载
- 积分:1
-
01.SEED_DEC28335
28335源程序包括基础头文件,源文件,库文件(28335 source)
- 2014-10-30 14:45:35下载
- 积分:1
-
SerialPortTest
学习C++,先学串口编程,本程序就是以串口作为编程对象,进行针对串口的数据接收与发送,内含丰富的注释,纯个人理解!(To learn C++ learn first serial programming, the program is as a programming object to the serial port for serial data reception and transmission, contains a wealth of comments, pure personal understanding!)
- 2013-04-28 10:18:11下载
- 积分:1
-
Beidou_satellite
北斗卫星产生伪随机码的程序,用以模拟输出伪随机序列(Beidou satellite program generates pseudo-random code to simulate the output of the pseudo-random sequence)
- 2021-04-19 09:58:51下载
- 积分:1
-
the-procedure-for-electrinic-map
基于VISUAL c++的电子地图管理系统,具有读取文件、排序、检索、更新、退出功能,注意,测试时需将程序放在D盘使用,或者将内部的.dat文件放在D盘。(Electronic map management system, has read the file, sort, retrieve, update, exit feature)
- 2013-08-21 17:09:55下载
- 积分:1
-
GPS-easysuit
matlab处理GPS数据的学习用代码。共5个部分附带说明书。包括第一部分GPS时间系统、第二部分Rinex文件读取、第三部分接收机的地心地固位置计算、第四部分基于伪距码的基线解算、第五部分双差解算(GPS data processing matlab learning with the code. A total of five parts with manual. GPS time system includes a first portion, a second portion Rinex file read, the third part of the ground EarthFixed receiver position calculation, the fourth part of the pseudo-code based on the baseline solution, the fifth part of the double difference solver)
- 2013-09-11 17:22:47下载
- 积分:1
-
FeiGeChuangShu
这个是基于VC++的,飞鸽传书源码。支持SOCKET通讯,能在局域网内进行文件传输,文字通讯。(This is based on the VC++ of IP Messenger source. Support SOCKET communications, can transfer files in the LAN, text messaging.)
- 2014-08-01 00:50:39下载
- 积分:1