自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

tobevan的专栏

Let's Code

  • 博客(1)
  • 资源 (13)
  • 收藏
  • 关注

转载 mfc 中改变背景颜色

一、设置背景颜色的三种方法:1.程序在运行的时候会调用OnPain函数,可以在这里设置背景颜色。void CFlipCardsDlg::OnPaint() {if (IsIconic()) {//保持不变 } else {   CRect   rc;  GetClientRect( &rc );// 获取客户区  CPaintDC dc(this);  dc.FillSolidRect(&rc, RGB(0,160,0));   // 填充客户区颜色  CDialog::OnPaint();        

2010-09-17 18:04:00 1486

基于C51的DS18B20测温源代码

基于51单片机的DS18B20测温代码,附有详细代码注释,四位共阳数码管显示!测试通过!!!

2013-04-08

GitNotesForProfessionals

This Git® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA, see credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified

2018-09-06

PythonNotesForProfessionals

This Python® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA, see credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified

2018-09-06

LinuxNotesForProfessionals

This Linux® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA, see credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified

2018-09-06

AndroidNotesForProfessionals

This Android® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA, see credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified

2018-09-07

AlgorithmsNotesForProfessionals

This Algorithms® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA, see credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified

2018-09-07

blender-2.79a for mac

blender for mac, 官方下载资源 Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation.

2018-03-09

MFC 画直线代码

老师课堂讲的实例代码,可直接运行,按下SHIFT可以八个方向画直线。拿来与大家分享!

2010-09-21

深入浅出MFC(李进久)

同学发给我的,看后感觉比较适合初学者。pdf格式电子书。

2010-09-20

android进阶之光

《Android进阶之光》刘望舒,非扫描,原版电子书,带标签!!!

2018-09-03

小巧pdg 阅读器(606K 非安装)

606k,偶尔下了pdg格式电子书打不开,找了好多阅读器,还是这款小巧,好用。不用安装,省的大家到处找

2010-09-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除