搜索资源列表
Clock
- 一个vc程序 用gdi和定时器在用户区内做了一个漂亮的小钟
LoadBitmap_move
- VC下实现加载显示位图,并用定时器实现了位图动画.
Clock
- VC++ 6写的时钟程序的源码,基于文档试图结构,演示了VC下定时器的使用,以及GDI绘图的技巧
VC-double-buffer-solve-splash-screen
- 几个图片是以另一个图片作为背景,如果定时器触发刷屏,则出现闪屏的现象。此例子演示了如何使用双缓存可解决闪屏的问题。-Another picture is a few pictures as the background, if the refresh timer is triggered, the splash screen phenomenon. This example demonstrates how to use the splash screen double buffer solve
CGridDemo
- 用vc写的旋转金刚石。例子中用到定时器。想学习vc编程和图形画法的可以参考一下。-Using vc wrote spin diamond.Examples of use timers.Want to learn vc programming and graphics drawing can consult.
huasinxian
- 这是一个VC6.0实现的实时滚动绘制直方图程序,能够看到直方图的变化情况,主要用了Windows自带的定时器-this is a programer that can paint stracht pictrue based on VC++ 6.0,you can see the change of the pictrue.
GunDongDlg
- 电子贺卡,基于vc++的设计,多线程,定时器的实例-failed to translate
TextShadePrj
- VC++制作渐变的文字,文字的色彩会越来越暗,也会越来越亮,最终形成渐变文字,帧较慢,效果并不是太好。还需要再优化完善,具体思路是先安装一个定时器,通过CDC 类的SetTextColor 函数在OnTimer()函数中改变字符串的颜色,并且注意尽量使颜色变化的梯度减小-VC++ produce gradient text, text color will be more dark, more light will eventually form a gradient text, frame s