资源列表
ListCtrltest
- ListCtrl隔行显示颜色,让VC++隔行换色,这是个比较常见的表格修饰效果,在WEB开发或WinForm开发中都很常见,你可看到当上一行显示白色时,下一行会显示一个比较浅的底色,如此循环下去,布满整个ListCtrl控件。-ListCtrl interlaced display color, let VC++ interlaced color change, this is a relatively common form of modification effect, in WEB dev
tooltip
- VC tooltip可以显示多行文字的窗口提示条,类似于气泡提示的功能,但从外观上来说,和气泡提示差别较大。本提示效果是当鼠标移到文本框或指定文字上的时候,会显示一个方框,可自定义方框背景,里面可显示提示文字,效果还可继续美化,无使用第三方控件,有VC6的可直接编译。-VC tooltip can display multiple lines of text in the window tooltip, bubble prompted similar features, but the appe
CISBitmap
- 从Cbitmap派生的位图类,可通过指定一种颜色把一幅位图变透明,而它的使用差不多同Cbitamp一样简单。类中包含了两个文件:CISBitmap.cpp和CISBitmap.h,使用时附加进工程,可快速实现BMP位图图像的透明处理。-Cbitmap derived from the bitmap type, you can specify a color by a bitmap becomes transparent, and it s almost as simple as using th
dodib
- 一个VC处理位图的例子,写成了一个不错的图像处理小软件,多窗口模式,有画笔加文字等功能,有兴趣的可以借鉴本源码。-A bitmap processing VC example, wrote a nice small image processing software, multi-window mode, there are brushes add text and other functions, are interested can learn from this source.
Clock
- VC++写的一个数字时钟的图形工程,初打开时是一个圆形的电子钟,点击菜单栏的“Type”->“Digital”可切换到数字时钟模式,不管是哪一种模式下,都适时获取你电脑的当前时间来显示,可看到秒针在随windows时间一起变化,有VC6环境的,您可以直接编译本源码实例。-VC++ to write a digital clock graphic works, initially opened is a circular electronic bell, click on the menu
Screen
- 图象特效--截图示例,基于DirectX的截图示例,你看懂了话都能截图了。要编译此程序需DirectX SDK5.0示例中的ddutil.h与ddutil.cpp文件,请自行加入工程。要运行此程序需DirectX 3.0以上版,本程序在WindowNT4.0+SP3环境中编译通过,运行这个程序象不象死机?嘿嘿,你有没有吓一跳呢?请用Esc键结束程序。-Image effects- Screenshot example, based on the example screenshot of Dir
Gray
- C++图象特效示例——灰度转换,使用F1~F4控制转换灰度的方式,F5为增加图象的对比度。F1=平均值法转换,F2=最大值法转换,F3=加权平均值法转换,F4=恢复彩色。ConvertToGrayScale灰度转换函数是本程序的关键,函数参数:Method为转换灰度的方式,值可设置为: MAXIMUM_GRAY=最大值法,MEAN_GRAY=平均值法 WEIGHT_GRAY=加权平均值法 Color目前只能为8即只能处理8位调色板方式-Example C++ ima
ampuisrc
- 类似于WinAMP的图形界面,用VC++编写实现的,具体用的什么技术,这里先不告诉你哦,其实很简单的方法实现,效果截图如上所示,对VC++窗体编程会有所帮助。-WinAMP similar graphical interface written using VC++ to achieve, what specific techniques used here are not the first to tell you, oh, actually very simple way to achiev
opretiondeploy
- VC++ SQLSERVER+dll测试实现的员工信息查询程序,主要是学习测试用的,功能上不多,想学习VC++的就下载吧。-VC++ SQLSERVER+ dll test procedures to achieve employee information inquiries, primarily of learning test, the features small, want to learn VC++ to download it.
DelStudent
- VC++连接数据库删除信息源码实例,初学者的例子,VC连接数据库后,删除数据库内容,程序简单,源码在VC6.0下可顺利编译,运行截图如上所示。-VC++ source code examples to connect the database to delete information, examples for beginners, the VC connect to the database, delete the contents of the database, the procedur
InvokeDll
- VC++调用DLL的演示示例代码,供测试调用的CommonDll.dll已经放在测试源码的根目录下,你下载源码后可运行InvokeDll.dsw编译项目源码,将编译生成在Bin目录中的InvokeDll.exe拷贝至根目录下,双击运行,可看到程序调用DLL后,将输出一条消息,完美演示在VC++环境下如何调用一个已知的DLL实现某些特定功能。-VC++ DLL called demo code for the test call CommonDll.dll has been placed unde
UseMFCDll
- VC++从DLL动态链接库中加载位图资源,加载动态链接库,要先判断DLL是否加载成功,获取动态链接库中的GetShowDlg函数,判断函数指针是否为空,调用动态链接库中的方法,构造CShowDlg对象,访问CShowDlg类的ShowNoteDlg方法,释放pShowDlg对象,加载动态链接库中的位图,其中2009为动态链接库中的位图资源ID值,判断加载位图是否成功,在控件中显示位图,加载完成,卸载动态链接库。-VC++ is loaded from the DLL dynamic link l
