搜索资源列表
创建分层窗口实现图像渐变
- 1、有没有方法创建一个半透明的窗口,并将该窗口上发生的所有鼠标事件都传递到桌面或另一个应用窗口处理? 2、我正在写一个幻灯显示程序,该程序要显示JPEG图像序列。我使用了 2002年三月刊专栏文章中的 CPicture 类来绘制图像(参见:C++ Q&A: Do You Have a License for that GIF? PreSubclassWindow, EOF in MFC, and More)。那个程序运行得很好。但我现在想添加从某一张图像到下一张图像的渐变特性。我在网页
testfreepool
- 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。-This paper presents a group can be used to create dynamic UI class. The code is focused on the use o
xgui-extension
- Bobi B has written a very cool Photoshop-like color picker (you can click here to see how cool it is), but since this is compiled into a DLL, it is very hard to use with existing MFC projects. I decided therefore to create a simple class to mimic CGT
TransBut
- 透明的按钮 类 ,非常美观 。我的项目就是使用这个。 transparent button class,it s very beautiful. i use this class in my project. please enjoy it.
Grid
- 一个报表类控件,我把它转化到VC6也可以用,对于做显示文档有一定参考意义.-A report class control, I put it into the VC6 can also be used, for doing a certain reference value to display the document.
MyTalkDemo
- 我自己开发的一个类QQ窗口,其中登陆界面及登陆成功转换界面在一个窗口中,美化了界面,而且最小化到任务栏,且添加了任务栏图标菜单。-I have developed a class QQ window, which landed a successful conversion interface and login interface in a window, beautify the interface, but also minimized to the taskbar, and add th
zsplitter_demo1
- 动态拆分窗口的例子。可以用早其他程序中。我认为比较好的类。-Dynamic splitter window example. Can be as early as in other programs. I think that the better class.
demo
- First of all, the heart and soul of this class is the DrawWireRects function, which was written by Almond and Maunder, so credits go there. I tried to leave that function as intact as possible, some small changes were necessary to be done, however, i
WndResizer_Src
- MFC/C++ Helper Class for Window Resizing. In MFC, resizing or repositioning controls could be quite bothersome. If you are familiar with the .NET platform, things are much more simplified with the use of the Anchor and Dock properties of the Control
VCPPWindowszoominandoutautomaticly
- 自己编写的用vc++实现窗口的放大和缩小,(里边的文字和控件也随着改变),是一个类,可以直接使用-I have written using vc++ implementation of the window zoom in and out, (inside the text and also with the change in control), is a class that can be used directly
vbToolTips
- 一个VB环境下使用的自绘气泡提示,自绘的ToolTips(注解清楚),使用到两个模块:一个是cToolTips通用气泡模块,对指定句柄生成气泡并重绘。气泡部分采用最简单的代码,重绘也只是最简单的一个背景+边框,形状做了更改,消息钩子用的是老马修改的,其实也就是加了一个返回,中间我只改了一些;另一个模块是cSubClass,通用子类化模块,拦截本进程指定句柄的消息,从CSDN里找到的,内嵌汇编技术实现单个类模块子类化...牛啊!我添加了一个事件返回,让这个类模块可以方便地实现封装-Used in
FramelessStretchWidget
- 把widget设为frameless后,widget就不再可移动和伸缩,这个类就是解决了这个问题-When set widget to be frameless, the widget cannot be moved or stretched any more. I wrote this class to solve it
AutoResizeCtrl
- 所有控件根据对话框大小改变自动缩放,我是根据一位热心网友的程序改的,把它写成一个类,方便大家使用-All controls automatically scale according to the size of the dialog change, I change according to the procedures of an enthusiastic netizen to write it as a class, to facilitate use
vcexportclassdll
- 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to write modular software, it is necessary right right dynamic link library (DLL) have a certain understanding, I modified this time i
