搜索资源列表
catchscreen
- 把整个桌面屏幕截图,保存下来,然后把对话框设置全屏顶层窗口,然后把保存下来的位图,在OnEraseBkgnd中把整个位图贴到对话框上,然后用像皮筋类选择截取范围,看起来就像操作屏幕一样-entire desktop screenshots, preserved and then set up full-screen dialog top window, then the preservation of the bitmap, in wh
GradualColorWnd
- 背景渐变的程序界面设计,基于MFC中的OnEraseBKgnd函数来实现
catchscreen
- 程序是基于对话框,无标题栏,系统菜单,最小化框,最大化框,无边框....,程序初始化时,把整个桌面屏幕截图,保存下来,然后把对话框设置全屏顶层窗口,然后把保存下来的位图,在OnEraseBkgnd中把整个位图贴到对话框上,然后用像皮筋类选择截取范围,看起来就像操作屏幕一样 。
DlgWithBackground
- 使用位图作为对话框的背景,是一个MFC的程序,重载了OnEraseBkgnd的方法-Bitmap dialog as the background of an MFC procedures, the heavy load of OnEraseBkgnd
DlgWithBackground
- 使用位图作为对话框的背景,是一个MFC的程序,重载了OnEraseBkgnd的方法-Bitmap dialog as the background of an MFC procedures, the heavy load of OnEraseBkgnd
catchscreen
- 把整个桌面屏幕截图,保存下来,然后把对话框设置全屏顶层窗口,然后把保存下来的位图,在OnEraseBkgnd中把整个位图贴到对话框上,然后用像皮筋类选择截取范围,看起来就像操作屏幕一样-entire desktop screenshots, preserved and then set up full-screen dialog top window, then the preservation of the bitmap, in wh
GradualColorWnd
- 背景渐变的程序界面设计,基于MFC中的OnEraseBKgnd函数来实现-Gradient background of the program interface design, based on the MFC in OnEraseBKgnd function to realize
catchscreen
- 程序是基于对话框,无标题栏,系统菜单,最小化框,最大化框,无边框....,程序初始化时,把整个桌面屏幕截图,保存下来,然后把对话框设置全屏顶层窗口,然后把保存下来的位图,在OnEraseBkgnd中把整个位图贴到对话框上,然后用像皮筋类选择截取范围,看起来就像操作屏幕一样 。-Procedure is based on the dialog box, and no title bar, system menu, minimize box
Bdlg32
- 背景贴图的例子,微软出品,包含OnPaint方式、OnEraseBkGnd方式,另外还有Bitmap Button/Static,清晰好懂-Examples of background textures, Microsoft products, including OnPaint methods, OnEraseBkGnd way, there is another Bitmap Button/Static, clear and wel
BkgndSDI
- 在单文档框架结构的背景窗口上显示图案。重载视图OnEraseBkgnd函数,添加代码:if(!m_bAnimatedBkgnd) pDC->StretchBlt(0,0, rcClient.right-rcClient.left, rcClient.bottom-rcClient.top, &dcMem, 0,0, bm.bmWidth, bm.bmHeight,
DirectoryList
- class CMyTreeCtrl : public CTreeCtrl { // Construction public: CMyTreeCtrl() // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides
chat
- class CMyTreeCtrl : public CTreeCtrl { // Construction public: CMyTreeCtrl() // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides
GradualColorWnd
- 背景渐变的程序界面,重载了OnEraseBkgnd函数来实现在背景中显示颜色-Gradient background of the program interface, a heavy-duty OnEraseBkgnd function to realize in the background display color
DrawBackground
- 对多文档窗口应用程序中的主框架,可改变窗口的背景,使程序看起来更专业,窗口改变背景不能简单地用ClassWizard重载OnEraseBkgnd(CDC* pDC)函数的方法 实现。 因为多文档窗口应用程序中的主框架窗口的背景区是一个MDIClient类的窗口,因 此改变背 景与这个MDIClient类的窗口有关。MDIClient类的窗口的句柄是m_hWndMDIClient(在CMDIfr a meWnd中)-Multi-d
dialogbackground
- 采用3种方式(OnPaint()、OnEraseBkgnd()、OnCtlColor())实现对对话框背景的改写,并且比较3种方式的优缺点及三个函数的执行顺序。-With 3 ways (OnPaint (), OnEraseBkgnd (), OnCtlColor ()) to achieve the background of the dialog box rewritten, and compare the advantages
skinlistdemo
- vc++ VC.NET三个版本的CListCtrl美化源码包,C++自绘标题栏和滚动条的CListCtrl,我写了Init( )函数。在这个函数中动态创建了scrollbars ,并且保证原始的scrollbar被隐藏了。还需要考虑到标题栏的大小,因为我们需要保证CStatic的scrollbars在PositionScrollBars()中的位置是正确的。如果窗口的外观发生变化,我需要保证scrollbars 还在正确的位置上。因为重
beijingtouming
- 对话框的背景透明 关键在OnEraseBkgnd函数-dialog back is transparent OnEraseBkgnd