搜索资源列表
DCFlash
- 使用CMemDC类解决应用程序的闪烁问题 在你的MFC程序中解决闪烁问题是个烦心的工作。你可以在书上或者网上找到关于这方面的介绍,但是介绍的技术一般都是很复杂的或者是很难应用到已经存在的程序中去。 一个京城使用的技术叫做双缓冲。双缓冲使用一个新的缓冲来画屏幕,然后把整个的屏幕显示在真正的屏幕上。 这篇文章使用了叫做CMemDC的类,这个类封装了绝大部分写入off-screen缓冲区的方法。在已经存在的MFC或者
Cmemdc
- 可以方便使用的内存DC封装,CMemDC-be accessible memory DC Packaging, CMemDC
ParticleTest
- A simple animation example which is used to show CMemDC in several modes
CBitmapSlider_src
- Introduction Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency eff
btnst
- 平面、带图片的按钮该例子应用从CButton派生而来的CButtonST类和从CDC派生而来的CMemDC类,来实现平面、带图片的按钮,这两个类不需任何修改即可使用,方便、实用,该例子还应用从CStatic派生而来的CHyperLink类实现了在对话框实现超连接,使用跟上面两个类一样方便,值得学习。- The plane, the belt picture button this example application derives
DCFlash
- 使用CMemDC类解决应用程序的闪烁问题 在你的MFC程序中解决闪烁问题是个烦心的工作。你可以在书上或者网上找到关于这方面的介绍,但是介绍的技术一般都是很复杂的或者是很难应用到已经存在的程序中去。 一个京城使用的技术叫做双缓冲。双缓冲使用一个新的缓冲来画屏幕,然后把整个的屏幕显示在真正的屏幕上。 这篇文章使用了叫做CMemDC的类,这个类封装了绝大部分写入off-screen缓冲区的方法。在已经存在的MFC或者
Cmemdc
- 可以方便使用的内存DC封装,CMemDC-be accessible memory DC Packaging, CMemDC
ParticleTest
- A simple animation example which is used to show CMemDC in several modes -A simple animation example which is used to show CMemDC in several modes
CBitmapSlider_src
- Introduction Do you need a slider but default control looks too simple? I hope this class, CBitmapSlider, can help you. All you have to do is read this article and make a few bitmaps. Features Transparency eff
BitmapSlider
- 我们需要控制滑动条,但默认情况下看起来太简单了?希望CBitmapSlider这个类,可以帮助您。 CBitmapSlider的主要特点,透明效果滑动条,自定义大小,自由闪烁,基本思路是使用CMemDC执行双重缓冲,并采用从显示透明位图功能,我们需要在工程中插入位图资源进入项目。 可以插入大的位图, 但也有一些限制,最好不要太大。-I hope this class, CBitmapSlider , can help you.All y
ProgressCtrl
- 派生类的使用、内存DC的构建和使用,对话框应用类型的建立, CProgressCtrl控件的使用, 内存DC使用CTextProgressCtrl类从CProgressCtrl标准类派生,用来改写进度条的属性; CMemDC从CDC标准类派生,构造内存DC,防止绘制闪烁; -The use of derived classes, the memory DC, to build and use of establishment o
ParticleTestCtl111111111
- 这个程序描述怎么利用CMemDC类来解决绘图闪烁问题-This procedure describes how to use CMemDC class to solve the problem of drawing flicker