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

Search list

[ListView/ListBoxSelectDlg

Description: 功能完善的选定操作代码,能够实现从A ListBox 选定一个、多个、全部指定内容到B ListBox,同时指定操作为Move还是Copy。-perfect functioning of selected operating code, can be achieved from a selected A ListBox, a number, all contents of the designated B ListBox, the designated operators for the Move or Copy.
Platform: | Size: 101376 | Author: gpgu | Hits:

[ListView/ListBoxColorLBTest

Description: 能够实现每一行item具有不同颜色的ListBox,同时具有Enable/Disable ListBox功能以及在Item中使用或禁用Tab键功能。-to achieve every line item with different colors ListBox. while with Enable/Disable ListBox in Item functions and the use of banned or Tab key functions.
Platform: | Size: 27648 | Author: gpgu | Hits:

[ListView/ListBoxPropListBox

Description: 带有属性控制的ListBox,可对每行的Item指定相应的值.-with ListBox control of the property, on each trip Item designated the corresponding values.
Platform: | Size: 162816 | Author: gpgu | Hits:

[ListView/ListBoxCbuttonListBoxDemo

Description: listBox中显示BUTTON\CHECK\BMP-listBox showed BUTTON \ CHECK \ BMP
Platform: | Size: 97280 | Author: | Hits:

[ListView/ListBoxchange_CListCtrl_color

Description: MFC的ListBox并不能改变当前选择行为任意颜色,该源码给出了继承自CListCtrl的新类,功能更强大。-MFC ListBox not change the current color choices arbitrary acts, given the source CListCtrl inherited from the new category and more powerful.
Platform: | Size: 62464 | Author: 黄少华 | Hits:

[ListView/ListBoxUsing_of_listBox

Description: 这里面是对listBox 进行三种不同的顺序的属性使用的演示,通过这个演示,可以让我们在使用listBox这个控件时更有效率-There is listBox for three different attributes in the order of the demonstration. Through this demonstration will enable us to use this control listBox more efficient
Platform: | Size: 15360 | Author: yangzheng | Hits:

[ListView/ListBoxCustomListbox.584850

Description: ListBox 自绘的另一种效果 作者:ccrun(老妖)-ListBox drawn from the effects of another author : ccrun (Laojiao)
Platform: | Size: 39936 | Author: murmurxiu | Hits:

[Shot GameDelphiGame

Description: 这个软件是用Delphi 7开发的。 原本它是两个人在纸面上玩的益智游戏,转移到电脑上后我给它添加了人机对奕和网络对战的功能。 在本源码中你可以看到电脑AI实现方法,ClientSocket,ServerSocket的使用,控件的编写,ListBox的OwnerDraw的实现等等技巧。 请先安装里面的GridPanel控件才可正常编译。 永远支持Delphi!-use of this software is developed by Delphi 7. Originally it was two people on paper playing educational games. transferred to a computer after I add it to the human-computer war games and network functions. In the source code, you can see the computer AI method, ClientSocket. ServerSocket the use, control of the preparation, ListBox the realization of the OwnerDraw skills, and so on. Please installed inside GridPanel normal controls can build. Delphi will always support!
Platform: | Size: 389120 | Author: 秦鹰 | Hits:

[Technology ManagementDpListBo

Description: Delphi中让ListBox实现即指即显功能 近日,我在用Delphi编写程序时发现:当ListBox(列表框)中的文本超过显示 范围时就看不到文本的完整内容,这很不方便。于是决定动手解决这个问题, 让鼠标指到哪里就显示哪里的全部文本内容。-Delphi let ListBox means that the realization of a function recently, I use Delphi programming found : When ListBox (box) over the text display range do not see the complete text, this is very convenient. So I decided to get involved to solve this problem so that the mouse where it refers to the show where all the text.
Platform: | Size: 2048 | Author: 王纪峰 | Hits:

[ListView/ListBoxMC_List_Box_demo

Description: vc下的多列listbox源代码,喜欢的朋友可以看看,有利用价值-vc out over the listbox source code, like you can see, to be of value
Platform: | Size: 31744 | Author: Lotus | Hits:

[Graph programlistbox_good

Description: 主要为表现listbox的基本和高级用法,实现一些比较漂亮的界面功能-performance of the main listbox the basic and advanced usage, some of the more beautiful realization of the interface function
Platform: | Size: 45056 | Author: cat | Hits:

[ListView/ListBoxCommonCtrl

Description: vc中常用的控件包括TabControl\TreeView控件\ListView\ListBox\按钮控件\组合框控件等 -vc commonly used controls, including TabControl \ TreeView Control \ List View \ ListBox \ button controls \ box controls, and other combinations
Platform: | Size: 1776640 | Author: 张国磊 | Hits:

[Hook apiGetListViewTxt

Description: 通过钩子勾住其他应用程序,达到获取其他应用程序显示出来的Edit,listbox,listctrl的文本.-metal hook through other applications, access to other applications show the Edit, listbox, listctrl text.
Platform: | Size: 100352 | Author: 陈启华 | Hits:

[ListView/ListBoxListBoxXP

Description: listbox控件,可以实现单条记录的修改-listbox controls, can achieve a single record of the changes
Platform: | Size: 84992 | Author: chenwei | Hits:

[ListView/ListBoxColorComboBoxAndListBox

Description: 压缩包中的实例程序,展示了怎样使得自己的Combox和ListBox控件具有颜色控制功能,比如控件的背景色变化,以及控件中的字体颜色等。-contained within the sample program, What makes display their Combox and ListBox controls with color control functions, For example, control the background color changes, and to control the font color.
Platform: | Size: 43008 | Author: 梁金岭 | Hits:

[ListView/ListBoxListBoxSafe_src

Description: 能够将listbox里的内容保存到某个指定文件中,也可以将文件中的内容上传到listbox里显示-listbox can be preserved with respect to the contents of a particular document, You can also document the content uploaded to demonstrate listbox
Platform: | Size: 1024 | Author: 范丹丹 | Hits:

[ListView/ListBoxMFC_OwnerDraw_Listbox_demo

Description: As we all know that the regular listbox that you drag and drop from the control toolbar in the Visual studio 6 just accepts text. But I made three extra features in my listbox which are: accept graphic icons (.ico) files beside the text. You can determine the text and the icon positions in the listbox (left or right). You can drag and drop any (.ico)icon files in the listbox and it will be automatically added. -As we all know that the regular listbox that you drag and drop from the control in the toolbar Visual Studio 6 just accepts text. But I made thr ee extra features in my listbox which are : accept graphic icons (. ico) files beside the te QCD. You can determine the text and the icon posit ions in the listbox (left or right). You can drag and drop any (. ico) icon files in the listbox and it will be automatically added.
Platform: | Size: 427008 | Author: changming | Hits:

[Dialog_Windowlistboxcolor

Description: listbox加背景色控制(visual c++)-listbox plus background color control (visual c)
Platform: | Size: 40960 | Author: 李历 | Hits:

[ActiveX/DCOM/ATLCool3D-Text.ZIP

Description: Colored ListBox Control with horizontal Scroll and supports up to 16 colors! An item with 16 colors word-Colored ListBox Control with horizontal S croll and supports up to 16 colors! An item with a 6 colors word
Platform: | Size: 32768 | Author: 裴学华 | Hits:

[ListView/ListBoxToolTipListBoxDemo

Description: 该工程实现了可以显示多行内容的ToolTip的ListBox,继承CWnd实现了一个自定义的ToolTip类,再继承CListBox实现了一个自定义的ListBox类-realization of the project can show the contents of multiple lines ToolTip the ListBox, Inheritance CWnd implementation of a custom ToolTip category, CListBox succession again achieved since the definition of a ListBox Class
Platform: | Size: 19456 | Author: jorry | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net