搜索资源列表
CDialogSK_demo
- 本系统实现了对话框界面随着资源res文件夹里面的bmp位图文件来改变,并且可以随意移动对话框的位置,还包含如果背景色是绿色可以透明显示!-the system to achieve a dialog interface with the resources res folder inside bmp bitmap file to change, which also allows the location of mobile dialog also include if the backgro
make_a_bmp_alpha_is_0
- 把bmp的某种颜色变为透明 把bmp的某种颜色变为透明-put some color into a transparent bmp p ut some color change transparent
dlgscroll
- 一个实现在透明bmp位图上滚动字幕的程序-achieved in a transparent bmp bitmap subtitles rolling on the procedure
VB6_NeoCaption_Demonstration
- 以替你的软件作“换肤手术”,可以更换软件的外观,形状、颜色以及看起来的感觉。让软件界面不一定是长方形的,也可以是圆形、椭圆形或者不规则形状。不只是主窗口画面可以做变化,连软件的其他设定画面、对话框等等也都可以依照你的意思来设计,半透明、阴影等效果都可以。你还可以把软件设计得像是MAC、UNIX等其他操作系统的软件的样子。设计步骤有四个:1.先用绘图软件画出一张图,并且储存成bmp格式。2.用文本编辑软件编辑一个Skin.xml文件。3.用Visual Basic设计一个对话框,并且把Active
ComboCtrl.rar
- 用evc编写的一个超级酷的组合框控件,支持换BMP图片背景,边框颜色,子项颜色更换,子项选中半透明颜色,完全自己设定,完全自绘的控件。想要什么功能有什么功能!,ComboCtrl veryCool Evc
MyStaticCtr
- 透明的静态控件, 可以在按钮上添加bmp. 带完整的vc2008工程.能直接运行.-Transparent static control, you can add buttons bmp. With complete vc2008 project. Can be run directly.
使用位图作为背景图
- 1、使用clouds.bmp作为背景图 2、在窗口不同位置分别显示原位图BP.bmp,mask位图MaskBP.bmp以及原位图的透明显示效果
GreatGraphicsView
- 自己编制的大型图形浏览程序源码,可以任意拖动,设置透明或不透明显示方式(BMP格式),任意角度旋转,放大或缩小,主要用于课堂教学中对大型图形的展示。-Their own large-scale preparation of graphical source browser, drag can be set up transparent or opaque display (BMP format), arbitrary angle rotation, zoom in or out, mainly
DesktopAssistant
- 基于VB编写的一款桌面助手软件,运行后在系统托盘处显示图标,系统的功能有备忘录、自动提醒等功能,另附带一个层资源文件制作工具,利用这个工具你可以处理BMP图像为背景透明的,演示了快速实现透明图像等众多图像处理有关的功能。-VB prepared based on a desktop assistant software, running display in the system tray icon, the system functions of the memorandum, such as
VB6_SpriteShow
- 用VB6写的代码,针对BMP图象处理,实现一个精灵图象的透明效果,并用键盘控制其移动,是游戏编程基础的参考。-To use VB6 to write the code for BMP image processing, and a wizard image transparency, and use the keyboard to control its movement, the game programming-based reference.
TransparentWindow
- TransparentWindow 通过BMP图片创建透明窗体-TransparentWindow by BMP image create a transparent form
VB_using_BMP_translucent_form_of_dynamic_code
- VB使用BMP实现动态的半透明窗体代码VB using BMP translucent form of dynamic code-VB using BMP translucent form of dynamic code
TransBMP
- 一个吧BMP图片按照某一像素透明的源码。适用于界面贴图-BMP image of a bar according to a source pixel transparent. Map for the interface
create-transparent-BMP-guide
- BMP位图透明格式的详解制作教程.doc-create transparent BMP guide
CDialogSK_demo
- CDialogSK从MFC的CDialog继承而来,支持如下特征: 1、运行于win2000或者winxp平台上,可以使用任何透明色以透视对话框的区域。 2、运行于win2000或者winxp平台上,可以使得整个对话框透明。 3、使用位图背景。位图可以来自资源文件、bmp或者HBITMAP 4、设置背景类型:标题、中心、伸缩;设置对话框的大小适合位图的大小 5、可以点击对话框的任何部分允许/禁止移动对话框 此程序就是用该类实现了Dialog的外观的改变。-CDialogS
Interface-controls
- 皮肤化了按钮,Edit,ComboBox等控件 支持PNG绘图,BMP半透明绘图等 支持个性化形状的窗体,按钮 支持半透明窗体-The skin of a button, Edit, ComboBox and other controls,Support for PNG graphics, BMP graphics and other translucent ,Support the individual shape of the form, the button ,Support semi-t
MoreWindows
- bmp图片实现的半透明窗体-GDI+ to rectangle image processing into circular picture
ClockLCD
- 利用BMP通道和UpdateLayeredWindow制作边缘透明电子表-To utilize BMP the channel and UpdateLayeredWindow production edge transparent electronic table
ConvBmp
- 一个bmp图片灰度及半透明处理源码,VC6编译-A bmp picture gray and translucent handle source, VC6 compiler
FindPicCSharp
- C#高速找图程序,比较图片的细节处有何异同,像素级的图片比较器,大图找小图,模糊找图,透明找图,Bitmap 大图 = new Bitmap(@"无标题.bmp") Bitmap 完全对比 = new Bitmap(@"完全对比.bmp") Bitmap 相似度 = new Bitmap(@"相似度.bmp") Bitmap 透明 = new Bitmap(@"透明.bmp") 在大图里找小图,容错值 取值0--255,数值越高效率越低,不建议超过5