Welcome![Sign In][Sign Up]
Location:
Search - ImageList

Search list

[Menu controlLeftSideMenu

Description: 一款不错的侧边栏分类菜单控件(LeftMenu),该控件改版后支持菜单按钮上下移动,支持代码动态插入菜单按钮及菜单,支持ImageList配合使用。定义菜单时仅在InitializeLeftMenu过程中加载分级菜单。-A good sidebar categories menu control (LeftMenu), after revision to support the control up and down the menu button to support the code to dynamically insert the menu button and menu to support the ImageList used in conjunction. Custom menu when the process of loading only InitializeLeftMenu classification menu.
Platform: | Size: 243712 | Author: 王振明 | Hits:

[Windows DevelopVB_ImageList_display_superimposed

Description: VB使用ImageList显示并叠加图像VB ImageList display and superimposed on the image to use-VB ImageList display and superimposed on the image to use
Platform: | Size: 18432 | Author: papala | Hits:

[CSharpComboBox

Description: [COMBOBOXDataGridView.rar] - 带有Combox的GridView控件(WinForm),不用自己费劲写了 [COMBOBOXEx1.rar] - COMBOBOXEX+ImageList实现组合框中加载图片 [NET.report.rar] - net report 开发组件,自定义开发报表 [checkcombo.rar] - 组合框的下拉列表包含复选框,即可以在一个组合框里动态选择多个表项。 [GraphicsEditSystem.rar] - 本软件是一个图形编辑器,毕业设计是做的,有完整的系统和相关的文档,软件内容包括: 绘图方面,可以画点、直线、折线、多边形、圆、矩形。绘制时先选择所绘制图元类型,然后用鼠标完成绘制。 编辑方面 ,要求针对每个图元,可对其进行选中、删除操作,并且都可编辑其基本属性,如颜色、线宽等。同时编辑时必须以 [Dsp_Vs3.26.rar] - VC++与RS232 的串口通信界面,可以实现对下位机的正常通信,界面有编辑框和组合框,Button控件等 [可输入的DropDownList扩展控件VB.NET.rar] - 可输入的DropDownList控件VB.NET版 -TMultiColComBoBoxDelphi combo box control TMultiColComBoBox-Delphi combo box control TMultiColComBoBox
Platform: | Size: 181248 | Author: 许聪颖 | Hits:

[Process-ThreadEnumWindow

Description: 枚举系统进程与窗口,窗口与进程关联,枚举子窗口,运用ImageList截取系统图标,枚举进程子模块,可以对任意一个窗口发送任意的消息.对学习系统进程、窗口管理、进程枚举、窗口枚举、窗口消息很有帮助-Enumeration system processes and the window, the window associated with the process, enumerate child windows, the use of the system ImageList icon interception, sub-module enumeration process, a window can send any arbitrary message. The process of learning systems, window management, and process enumeration , window enumeration, the window message is helpful
Platform: | Size: 73728 | Author: 宋启波 | Hits:

[Chess Poker gamesdaima

Description: 小游戏。实现记忆纸牌的功能。。ImageList控件里那6张图片放两份,第0张和第6张相同,第2张和第7张。。。。。。 然后就是产生0-11的随机数咯,这个应该会吧,很简单的,为防止随机数重复,请系统当前时间的毫秒数为种子。 -Game. Realize the function of memory cards. . ImageList control in the 6 put two pictures, the first 0 and 6 copies of the same, the first 2 and 7. . . . . . Then a random number is generated 0-11 slightly, this should be it, very simple random number to prevent duplication, make the current system time in milliseconds as the seed.
Platform: | Size: 1024 | Author: | Hits:

[Other8core1

Description: 一套好看的图标文件,适合各类开发。使用方法可以添加到ImageList中-Nice set of icon files for all types of development. Can be added to the ImageList to use in
Platform: | Size: 3160064 | Author: zheng | Hits:

[Button controlcoupon32

Description: 侧边栏分类菜单控件(LeftMenu) === === === === === ===== 一款不错的侧边栏分类菜单控件(LeftMenu),该控件改版后支持菜单按钮上下移动,支持代码动态插入菜单按钮及菜单,支持ImageList配合使用。定义菜单时仅在InitializeLeftMenu过程中加载分级菜单。 感谢作者:WinAhriman ,有关问题可以联系访问他的网站:http://www.winvb.com-侧边栏分类菜单控件(LeftMenu) =================================== 一款不错的侧边栏分类菜单控件(LeftMenu),该控件改版后支持菜单按钮上下移动,支持代码动态插入菜单按钮及菜单,支持ImageList配合使用。定义菜单时仅在InitializeLeftMenu过程中加载分级菜单。 感谢作者:WinAhriman ,有关问题可以联系访问他的网站:http://www.winvb.com
Platform: | Size: 41984 | Author: Ivaker | Hits:

[Special EffectsMindray

Description: 实现一个图像缩放算法,不调用对算法本身有帮助的库函数,将图像缩放到指定的大小。 具体功能: 1.输入为用windows画图程序生成的无压缩BMP图片,只支持256色位图和24位色位图,输出格式与输入格式相同,要求也要能用Windows画图程序打开; 2.支持批量转换,一次转换的张数不作限制,命令行接口指令如下: Zoom.Exe imagelist.txt 其中imagelist.txt的保持待转换的文件列表,以纯文本格式指定了每幅图片转换后的宽度和高度,格式示例如下: Image1.bmp 320,240 Image2.bmp 320,240 程序使用说明: 1、将Mindray.exe、imagelist.txt和用于缩放的位图文件放在相同目录下; 2、在运行窗口中输入“cmd”进入cmd.exe 3、输入Mindray.exe所在路径,例如“e:” 4、输入指定格式命令行:Mindray.exe 1.txt执行程序,得到处理结果。 -To achieve an image scaling algorithm, the algorithm itself does not help call the library functions to scale the image to the specified size. Specific functions: 1 input for the use of windows drawing program to generate uncompressed BMP images, which only supports 256 colors and 24-bit color bitmap bitmap output format with the same input format, requiring also can use Windows Paint program to open 2 supports batch conversion, a conversion of the number of sheets without limit, the command line interface command is as follows: Zoom.Exe imagelist.txt One imagelist.txt to maintain a list of files to be converted to plain text format conversion is specified after each image width and height, format example: Image1.bmp 320,240 Image2.bmp 320,240 Program instructions: 1, Mindray.exe, imagelist.txt and for the scaling of bitmap file in the same directory 2 In the Run window type "cmd" to enter cmd.exe 3, input Mindray.exe the path, such as "e:" 4, enter the speci
Platform: | Size: 2269184 | Author: 周红 | Hits:

[GUI DevelopVB6.0example3

Description: 工具栏和状态栏 实例8--1 在工具栏中添加按钮-- \chap08\8--1 实例8--2 在工具栏中添加图像-- \chap08\8--2 实例8--3 将 ImageList 控件和 Toolbar 控件相关联-- \chap08\8--3 实例8--4 在状态栏中显示时间-- \chap08\8--4 菜单和对话框 实例9--1 下拉式菜单-- \chap09\9--1 实例9--2 弹出式菜单-- \chap09\9--2 实例9--3 实现菜单项功能-- \chap09\9--3 实例9--4 使用“打开”/“另存为”对话框-- \chap09\9--4 实例9--5 使用“颜色”对话框-- \chap09\9--5 实例9--6 使用“字体”对话框-- \chap09\9--6 实例9--7 使用“打印”对话框-- \chap09\9--7 实例9--8 使用“帮助”对话框--\chap09\9--8 -Toolbar and Status Bar Example 8- 1 in the toolbar to add buttons- \ chap08 \ 8- 1 instance 8--2 in the toolbar to add images- \ chap08 \ 8- 2 instances 8--3 Toolbar control and the ImageList control associated- \ chap08 \ 8- 3 Example 8- 4 in the status bar displays the time- \ chap08 \ 8- 4 menus and dialog instance 9--1 drop-down menu- \ chap09 \ 9- 1 instance 9--2 pop-up menu- \ chap09 \ 9- 2 instances 9--3 menu items to achieve functional- \ chap09 \ 9- 3 examples 9--4 use " Open" /" Save As" dialog box- \ chap09 \ 9- 4 instances 9--5 use the " Color" dialog box- \ chap09 \ 9- 5 instances 9--6 using the " Font" dialog box- \ chap09 \ 9- 6 instances 9--7 use the " Print" dialog box- \ chap09 \ 9- 7 instances 9--8 use the " Help" dialog box- \ chap09 \ 9- 8
Platform: | Size: 119808 | Author: 高升 | Hits:

[OtherLaVolpe_Im209651182008

Description: Lavolpe ImageList -Lavolpe ImageList II
Platform: | Size: 361472 | Author: Hennyere | Hits:

[androidImageList

Description: android java代码,图片浏览小工具-Scan the picture files on Android Mobile.
Platform: | Size: 47104 | Author: Celia | Hits:

[Special Effectsvs2010-imagelist

Description: vs2010下 实现图像完全拼接,效果实现!-vs2010 image completely stitching effect to achieve!
Platform: | Size: 38464512 | Author: 王晓 | Hits:

[Picture ViewerWindowsFormsApplication1

Description: 一个简单的图片播放器,使用imagelist空间,通过对时间控制实现图片循环播放功能-A simple picture player use imagelist space, picture playback cycle time control
Platform: | Size: 823296 | Author: zhongzhuoyao | Hits:

[Windows DevelopCpbcw_20111029165222

Description: listview 与imagelist 连用 绑定图片 -listview imagelist qd binding picture
Platform: | Size: 65536 | Author: 田飞 | Hits:

[VC/MFCCSharpkongjianchaxunshouce

Description: C#控件查询手册 CheckedListBox 控件19 ComboBox 控件20 DomainUpDown 控件21 ListBox 控件22 ListView 控件24 NumericUpDown 控件26 TreeView 控件27 图形显示控件 PictureBox 控件29 图形存储控件 ImageList 控件30 值的设置控件 CheckBox 控件31 CheckedListBox 控件31 RadioButton 控件32 TrackBar 控件32 数据的设置控件 DateTimePicker 控件34 MonthCalendar 控件35 对话框控件 ColorDialog 控件36 FontDialog 控件36 OpenFileDialog 控件37 PrintDialog 控件37 PrintPreviewDialog 控件37 -C# controls query manual CheckedListBox control 19 the ComboBox control 20 the DomainUpDown control 21 the ListBox control 22 the ListView control 24 the NumericUpDown control 26 the TreeView control 27 graphic display control PictureBox control 29 graphics storage control ImageList controls 30 value of setting controls CheckBox controls 31 CheckedListBox controls 31 RadioButton controls 32 the TrackBar control 32 data set control DateTimePicker controls 34 MonthCalendar controls 35 dialog controls ColorDialog control 36 FontDialog controls 36 OpenFileDialog control 37 PrintDialog control 37 PrintPreviewDialog controls 37
Platform: | Size: 369664 | Author: leetc | Hits:

[Button controlimagelist

Description: C ++ 界面相关的程序开发,供开发人员参考执行,多多学习一下,-Related to program development the C++ interface reference implementation for developers, a lot to learn about, thank you
Platform: | Size: 12288 | Author: cb | Hits:

[ListView/ListBoxCMyListCtrl

Description: 自己写的ClistCtrl类,带排序(分数字和字符串),表头带有排序箭头,并且可以实现图标的加载(即加入ImageList),还有一些功能,可以自己看-Own the written ClistCtrl class with sort (numbers and strings), the first table with a sort arrow, and can achieve the icon is loaded (that is added to the ImageList), there are some features can see
Platform: | Size: 5120 | Author: asdfasdf | Hits:

[CSharpimageList

Description: Image List- example program .
Platform: | Size: 1024 | Author: f203533 | Hits:

[Windows DevelopGetClipBoardPicture

Description: C#获取Windows剪切板的内容实例源码下载,除了使用程序自身提供的剪切功能外,也可获取到外部环境下所剪切的内容。ublic  static  int  i  =  0   该变量用来表示ImageList中的图片数量,加载窗体时默认显示ImageList中的第一章图片,用循环来控制显示剪切板复制、粘贴功能,你将了解使用Windows剪切板一整套的思路和实现方法。-C# Gets the contents of the Windows clipboard example source code download, in addition to using the program itself provides the shear function, but also to get to the external environment, the cropped content. ublicstaticinti = 0 This variable is used to indicate the number of pictures the ImageList, ImageList displayed by default when the form is loaded in the first chapter of the picture, with a loop to control the display clipboard copy, paste functions You will learn to use the Windows clipboard set of ideas and methods.
Platform: | Size: 94208 | Author: 清羔羊肉 | Hits:

[ELanguageImageList

Description: Digital image processing is the use of computer algorithms to perform image processing on digital images.
Platform: | Size: 200704 | Author: AMEL | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net