Welcome![Sign In][Sign Up]
Location:
Search - bitmap icon

Search list

[EditBoxlspicedt

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: 371426 | Author: 刘雨 | Hits:

[Otherpexfdump

Description: PE资源分析器,能把PE文件的资源信息分析出来。最新1.3版可直接浏览pe文件的位图、图标、字符串、加速键、对话框等资源,并可方便地导出文件。king_koo原创-PE resources analyzer, and can document the PE resources information analyzed. The latest 1.3 version can be browsing pe documents bitmap, icon, string, accelerate key resources such as dialog, derived and easy to document. King_koo originality
Platform: | Size: 32820 | Author: 唐晓飞 | Hits:

[Button controlBmp to Icon

Description: 位图转换成图标的程序 -bitmap conversion process icon
Platform: | Size: 59583 | Author: 刘丽 | Hits:

[OS programPEExplorer

Description: 可以对PE文件资源中的Bitmap, Icon, String, accele, Verison, Dialog, Menu进行查看,对理解PE文件有帮助
Platform: | Size: 834510 | Author: 小刚 | Hits:

[Button controlBmp to Icon

Description: 位图转换成图标的程序 -bitmap conversion process icon
Platform: | Size: 59392 | Author: 刘丽 | Hits:

[Picture Viewer如何显示位图

Description: 在vc下 实现图像显示 教你如何封装自己的DIB图像类-To realize icon s display and teach you how to package your own DIB class under VC s circumstance
Platform: | Size: 96256 | Author: 周贤 | Hits:

[ComboBox20050811005829349

Description: This package differ from other package from the point of view that it support small or large icon. Text or no text and 16 or 256 colors. You can use icon or bitmap to create the toolbar. It is using the explorer toolbar, so you need at least explorer 3. It s easy and nice to use. 扩展的多尺寸多颜色的工具栏 这个包与其它的包不同的是他支持小的或大的图标。文本框或者非文本框,16或者256样式色彩。你可以使用图标或位图来创建工具栏。 现在用到了浏览器工具栏,因此你至少需要浏览器版本3。你可以方便简单的应用它。 -This package differ from other package from the point of view that it support small or large icon. Text or no text and 16 or 256 colors. You can use icon or bitmap to create the toolbar. It is using the explorer toolbar, so you explorer need at least three. It s nice and easy to use. Extended multi-size multi-color toolbar this package with other packages different is that he supports small or large icons. Textboxes or non-text box, type 16 or 256 colors. You can use the icon or bitmap to create toolbar. Now use a browser toolbar, so you need at least three versions of the browser. You can easily use it simple.
Platform: | Size: 1060864 | Author: 韩韩 | Hits:

[GUI Develop动画状态栏

Description: 一个在。net平台上用VC++,mfc开发的界面示例程序,在标题栏上含有动画图标,对mfc初学者一定有帮助-A. net platform using VC++, mfc sample interface development process, in the title bar contains animated icon of mfc will certainly be helpful for beginners
Platform: | Size: 3930112 | Author: 万林涛 | Hits:

[Static controlChangeIcon

Description: 实时改变控件Picture Control内的图标或位图的方法。-real-time change control within the Picture Control icon or bitmap approach.
Platform: | Size: 3072 | Author: huang | Hits:

[Windows DevelopdynamicICON

Description: 在程序状态栏显示动画BITMAP图标,增加程序界面的精彩程度。-procedural status bar icon shows animation Values increased programming interfaces from the event.
Platform: | Size: 15360 | Author: 张明敏 | Hits:

[EditBoxlspicedt

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:

[Button controlImageButtonWithSyle_demo

Description: 从CButton派生出类CImageButtonWithStyle,该类可以实现在按钮上显示图形包括icon,bitmap等-derived from CButton CImageButtonWithStyle category, such can be achieved on the button to display graphics including icon, bitmap, etc.
Platform: | Size: 32768 | Author: zhang | Hits:

[Dialog_WindowBeautifulFace

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:

[Otherpexfdump

Description: PE资源分析器,能把PE文件的资源信息分析出来。最新1.3版可直接浏览pe文件的位图、图标、字符串、加速键、对话框等资源,并可方便地导出文件。king_koo原创-PE resources analyzer, and can document the PE resources information analyzed. The latest 1.3 version can be browsing pe documents bitmap, icon, string, accelerate key resources such as dialog, derived and easy to document. King_koo originality
Platform: | Size: 32768 | Author: 唐晓飞 | Hits:

[OS programPEExplorer

Description: 可以对PE文件资源中的Bitmap, Icon, String, accele, Verison, Dialog, Menu进行查看,对理解PE文件有帮助
Platform: | Size: 838656 | Author: | Hits:

[OtherVC-Icon

Description: 本程序帮助您轻松抓取各种资源文件中的图标,并可保存为图标和位图等格式或将其复制到系统剪切板中,以便在其它程序中粘贴时使用。-This procedure helps you to easily crawl all kinds of resources in the document icon, and saved as icon and bitmap formats, or copy it to the system clipboard in order to paste in other programs to use.
Platform: | Size: 61440 | Author: xingzhi | Hits:

[OS programBitmap

Description: 一个介绍位图、图标、光标及对话框应用的WIN32 API程序。-Introduction of a bitmap, icon, cursor and the WIN32 API dialog application procedures.
Platform: | Size: 152576 | Author: 开开 | Hits:

[GUI Developicon

Description: 此软件是基于Qt GUI库开发的一个点阵图开发软件-This software is based on the Qt GUI library developed by a bitmap to develop software
Platform: | Size: 6144 | Author: huahua | Hits:

[GUI DevelopBitmapToIcon

Description: This app is about converting the bitmap to icon
Platform: | Size: 55296 | Author: Ram | Hits:

[Special EffectsBitmapTransform

Description: bitmap图片处理工具,可将bitmap图标处理为数组,供系统显示使用-bitmap image processing tools can be treated as an array of bitmap icon for the system shows the use of
Platform: | Size: 52224 | Author: 寇晓琦 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net