Location:
Search - bmp icon
Search list
Description: 位图转换成图标的程序 -bitmap conversion process icon
Platform: |
Size: 59583 |
Author: 刘丽 |
Hits:
Description: 位图转换成图标的程序 -bitmap conversion process icon
Platform: |
Size: 59392 |
Author: 刘丽 |
Hits:
Description: 上千个编程图标,可以自动保存为ICO,BMP格式-thousands programming icon, it will automatically be kept as ICO, BMP format
Platform: |
Size: 2117632 |
Author: 叶声 |
Hits:
Description: 《如何提取并保存图标资源》配套源代码想自己动手也做一个适合自己的图标提取工具呢?下面,就让我用我以前做过的一个工具<轻轻松松抓图标>来告诉你吧!它可以提取各种文件中的图标资源,并可将其保存为图标(ICO)、位图(BMP)两种格式。-"how to extract resources and the preservation icon" complementary to the source code yourself have done an icon for the extraction tool? Here, let me use my done before a tool <easily grasp icon> tell you! It can extract various documents icon resources and the preservation of its icon (ICO), bitmap (BMP) format.
Platform: |
Size: 196608 |
Author: |
Hits:
Description: 一个图标处理程序的源代码支持对ICON多种特效处理能在EXEDLL文件中取出ICON文件并能将BMP文件转化为ICON本程序也是个很酷的工具(117KB)-ICONEXEDLLICONBMPICON(117KB)
Platform: |
Size: 118784 |
Author: 王涛 |
Hits:
Description: 一个带图标的菜单程序。带图标的菜单输界面更友好。更容易记忆。-an icon menu with procedures. With the menu icon lost more friendly interface. More easy to remember.
Platform: |
Size: 77824 |
Author: yang |
Hits:
Description: 一套非常出色的商业图标包BMP格式,3000多个图标-a very good business icon packages BMP format, more than 3,000 icon
Platform: |
Size: 3886080 |
Author: 李绍龙 |
Hits:
Description: 一款运行时图片编辑控件,支持显示图片;将icon转换为位图(支持16色、256色或更高色);保存选定的图像为.bmp文件,或拷贝到剪贴板;为经常使用的位图/图标建立书签,方便使用;-one run photo editing controls, the display picture; Icon will be converted to bitmap (support 16 colors, 256 colors or higher color); the preservation of the selected images. bmp file, or copy to the clipboard; regular use of bitmap/icon establish bookmarks, ease of use;
Platform: |
Size: 370688 |
Author: 刘雨 |
Hits:
Description: 一个华丽的界面
使用方法
方法一:
ModifyStyle( WS_CAPTION, WS_MINIMIZEBOX, SWP_DRAWFRAME ) //设置图标
方法二:
不用上面的,但是要去掉对话框的title属性
void CPageDlg::OnPaint()
{
if (IsIconic())
{
...
}
else
{
// CDialog::OnPaint() //一定要去掉该句
CPaintDC dc(this) //对话框的dc
CDC dcMem
dcMem.CreateCompatibleDC(&dc) //创建与对话框dc兼容的内存dc
CRect rect
GetClientRect(&rect)
BITMAP bitMap
m_bmpBackground.GetBitmap(&bitMap)
CBitmap *pbmpOld=dcMem.SelectObject(&m_bmpBackground) //将背景位图选入内存dc中
dc.StretchBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,bitMap.bmWidth,bitMap.bmHeight,SRCCOPY) //将内存dc中的位图拉伸显示在对话框的dc中
//dc.BitBlt(0,0,rect.Width(),rect.Height(),&dcMem,0,0,SRCCOPY)
}
}
-a gorgeous interface to use a method : ModifyStyle (WS_CAPTION, WS_MINIMIZEBOX. SWP_DRAWFRAME)// Settings icon two ways : not above, However, to remove the title attribute dialog void CPageDlg : : OnPaint () (if (IsIconic ()) (...) else (//CDia log : : OnPaint ()// must remove the sentence CPaintDC dc (this)// Dialog dc CDC dcMem dcMem.CreateCompatibleDC (
Platform: |
Size: 148480 |
Author: 黄景天 |
Hits:
Description: 实现自定义GIS图层中图标的显示。
可以指定任意的ICON,BMP文件。-realize definition of GIS layers which show the icon. Can specify arbitrary ICON, a BMP file.
Platform: |
Size: 39936 |
Author: 王强 |
Hits:
Description: 把BMP图片转换成手机中ICON的数据,支持8位和16位代码格式-put BMP images into phone ICON data to support eight and 16 code format
Platform: |
Size: 125952 |
Author: 陈军 |
Hits:
Description: linux-2.4内核修改工具,可以方便的定制启动图标,根据指定的BMP,自动生成linux内核的C语言代码 -linux-2.4 kernel modifying tools, to facilitate the commencement icon customization, According to the designated BMP, automatic generation of the Linux kernel C language code
Platform: |
Size: 222208 |
Author: 夏永明 |
Hits:
Description: 本文详细介绍了ICO 文件的格式,以及利用Jpeg、BMP 等格式的24 位真彩色图片,生成图标的一种方法-paper describes in detail the ICO document format, and the use of Jpeg. BMP format such as the 24 true color pictures, the icon of a generation method
Platform: |
Size: 70656 |
Author: xiaowu |
Hits:
Description: 将图标转换位位图,效果很好,速度很快,改动后可完成批量转换-icon will change places bitmap and the results very good, very fast, can be altered after the completion of batch conversion
Platform: |
Size: 158720 |
Author: 曹国成 |
Hits:
Description: 均衡化,反均衡化
lena.bmp是图示图像-Equalization, anti-equalization is lena.bmp icon image
Platform: |
Size: 167936 |
Author: 林荦荦 |
Hits:
Description: 大量的图片,可以存储为ico和bmp,非常好用-A large number of pictures, can be stored for the ico and bmp, very easy to use
Platform: |
Size: 2113536 |
Author: bao shi cheng |
Hits:
Description: 能转换图片的格式有:BMP/EMF/ICON/TIFF/EXIF/JPG/PNG/WMF/GIF-picture format converter:
BMP/EMF/ICON/TIFF/EXIF/JPG/PNG/WMF/GIF
Platform: |
Size: 43008 |
Author: 王明远 |
Hits:
Description: 提取图标的工具.支持exe和dll.提取出来后可存为ICO或BMP格式.-Extract icon tool. Support the exe and dll. Extracted later can be saved as ICO or BMP format.
Platform: |
Size: 117760 |
Author: 吴杰 |
Hits:
Description: 系统图标参考,里面包含多种bmp格式的图标,如主页,设置等-icon and bmp
Platform: |
Size: 1865728 |
Author: charlie |
Hits:
Description: 可加载jpeg bmp icon 等格式图片。注意应从 浏览 key加载-Loadable image formats such as jpeg bmp icon. Note that loading should visit the key
Platform: |
Size: 6144 |
Author: liushinichi |
Hits: