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

Search list

[GUI DevelopMorebuttonStyle

Description: WinxP 风格的Button 支持CHECKBOX 方式-WinxP style Button support CHECKBOX way
Platform: | Size: 38590 | Author: 延军 | Hits:

[Browser ClientChkBoxInGrid_demo

Description: 在DataGrid中使用CheckBox的程序,数据库是SQLServer-the DataGrid CheckBox use of the procedure, the database is SQL Server
Platform: | Size: 15988 | Author: 成哲 | Hits:

[ListView/ListBoxchklsbev

Description: CheckListBox ActiveX控件是为了Microsoft Visual Basic和其他支持ActiveX控件的语言设计的控件。它提供了类似Microsoft Word和Excel 中的内含检查框 ( CheckBox)的列表框(listbox)。 更为神奇的是这个控件的每项都可以使用不同的字体、颜色和图标。检查框也可以设置成显示或不显示。你难道不想让自己程序中列表框变得更生动、更与众不同吗?软件中包括Visual Basic、Visual Basic.NET、Visual C#、C#Builder、Visual C++和Internet Explorer的例子。 -CheckListBox ActiveX is Microsoft Visual Basic and other support ActiveX controls the language controls the design. It provides a similar Microsoft Word and Excel containing the check box (CheckBox) list box (listbox). Even more miraculous is that the control of each can use different fonts, colors and logo. Check box can be set to display or not display. Do not let your own list box procedures have become more lively, more unusual? Software including Visual Basic, Visual Basic, Visual C#, C# Builder, Visual C and Internet Explorer example.
Platform: | Size: 311106 | Author: 小马 | Hits:

[Other resourcedata_write_down

Description: This a full 3-tier dababase application which includes a activex dll project(business objects) and a standard exe(UI). Besides all the database techniques it demonstrates, it also shows how to make MSHFlexgrid a editable grid(with combobox, checkbox, datetimepicker) and how to merge a toolbar for multi forms.-This a full 3-tier dababase application which includes a activeX dll project (business objects) and a standard exe (UI). Besides all the database techniques it demonstrates, it also shows how to make a MSHFlexgrid editable grid (with combobox. checkbox, datetimepicker) and how to merge a toolbar for multi forms.
Platform: | Size: 397393 | Author: zxf | Hits:

[Button controlPList

Description: 一个属性控件,含有checkbox,button,edit,combobox等多种子控件-an attribute controls, containing checkbox, button, edit, and other seed combobox controls
Platform: | Size: 89543 | Author: awei | Hits:

[GUI DevelopShequ_Mis

Description: 主要技术: 1.对常见控件的使用(如:TStrings、TStringList、Tlist) 2.数据库链接:常见的数据访问技术(ADO技术,BDE技术) TadoConnection(数据链接)/TadoQuery(数据集)控件, TDataModule数据模块使用, 读取配置文件 3.事件驱动编程: 窗体事件(OnActivate,OnCreate,OnShow)键盘事件(KeyPress),鼠标事件(MouseMove),定时事件(Timer) 4.动态生成组件: 在程序运行过程中,能够动态生成若干个组件(如:Button,CheckBox,TreeView) -main technical : 1. Controls on the use of common (eg : TStrings, TStringList, Tlist) 2. Database Links : common data access technology (ADO, BDE technology) TadoConnection (data link) / TadoQuery (data sets) controls, data TDataModule modules use, read the configuration file 3. Event-driven programming : Form events (OnActivate, OnCreate, OnShow) keyboard events (KeyPress), mouse events (MouseMove), regular events (Timer) 4. Dynamic components : the procedural process, to dynamically generated a number of components (such as : Button, CheckBox, TreeView)
Platform: | Size: 3161102 | Author: 陈超群 | Hits:

[TreeViewTTreeView

Description: TTreeView控件内节点实现CheckBox功能,欢迎使用。-TTreeView component within the nodes to achieve CheckBox function, welcomed the use.
Platform: | Size: 185322 | Author: wyx | Hits:

[ADO-ODBCclaire

Description: 实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。   由于对二进制大对象使用的流操作,所以对于任何文件都具有通用性。读写文本文件也可以这么做-achieve a simple WinForm procedures, this procedure by clicking on the "Open" button to select a bmp jpg or documents, the graphics and display controls were PictureBox. Through the "Save" button stored in the database. Click on the "View" CheckBox can switch to visit the state, watching the pictures stored in the database. Because of the binary large object to the use of flow operation, which is why any documents have commonality. To read and write text files can also do so
Platform: | Size: 773578 | Author: qifang | Hits:

[CSharpMikeCat_MultiSelectGrid

Description: 服务器端使用CHECKBOX在DATAGRID中得应用!-server use CHECKBOX gain in DATAGRID Application!
Platform: | Size: 2776 | Author: 张明焰 | Hits:

[Button controlCGroupCheckBox_source

Description: 有CheckBox的GroupBox,有CheckBox的GroupBox-a CheckBox the GroupBox, CheckBox the GroupBox
Platform: | Size: 6676 | Author: yingkou | Hits:

[WEB Coderequest2

Description: request类 取代ASP中的Request对象。新Request2对象与原Request对象相比,增加了防SQL注入功能,集成了无组件上传功能。 使用方便,新旧对象使用方法极为类似。比如原来的写法是Request.Form(\"aa\"),现在的写法是Request2.Form(\"aa\");原来的写法是Request.QueryString(\"bb\"),现在的写法是Request2.QueryString(\"bb\");原来的写法是Request(\"cc\"),现在的写法是Request2(\"cc\")。 增加了防SQL注入功能。直接写Set rs = Conn.Execute(\"select * from tb where dd= \"&Request2.Form(\"dd\")&\" \")即可。 集成了无组件上传功能。如果表单中含有<input type=file name=ff>,则可以直接通过Request2.Form(\"ff\")得到上传的文件对象,并通过Request2.SaveAs方法将客户端上传的文件保存在服务器上,也可以使用Request2.AutoSave方法自动更名保存。 Ver 2.0 版本增加了Form2集合,用于处理表单元素多值的情况,例如checkbox的多选取值。-request to replace the ASP Object Request. New Request2 Object Request with the original target, an increase of anti-function SQL injection, Non-component integrated upload function. Easy to use, use of old and new object is very similar. For example, the original wording of the Request.Form ( "aa") the current wording of the Request2.Form ( "aa"); the original wording of the Request.QueryString ( "bb") the current wording of the Request2.QueryString ( "bb"); the original wording of the Request ( "cc") the current wording of the Request2 ( "cc"). Increased anti-function SQL injection. Direct write Set rs = Conn.Execute ( "select * from tb wher e dd = "
Platform: | Size: 28862 | Author: mars | Hits:

[WEB CodedhtmlxTree

Description: js+dhtml实现的树结构 可以通过xml配置 可通过配置实现在节点前添加复选框 支持多层选择-js dhtml achieved through tree structure xml configuration can be achieved through the distribution of the node before adding Minute Checkbox support multi-choice
Platform: | Size: 241505 | Author: allan | Hits:

[ListView/ListBoxListCtrl_v1.2

Description: 增强功能的Listview控件,可以嵌入Edit,Combobox,CheckBox等多种控件-enhancing function LIST VIEW, can be embedded Edit, Combobox. CheckBox, and other controls
Platform: | Size: 65133 | Author: 发现世界 | Hits:

[TreeViewmysupergrid

Description: 是一个表格控件,也是一个树状控件,整个表格的行列可以实现4层树状分支展开与收缩(类似与excel的表格行分组功能),同时树状控件里还带有checkbox按钮,可以表示表格的某行被选中与否-is a form controls, as well as a tree Controls throughout the ranks forms can be achieved four-storey tree branches start with contraction (with similar firms excel form a functional) , but there is also a tree controls with checkbox button, can be expressed in a form selected or not OK
Platform: | Size: 85480 | Author: 王进 | Hits:

[OtherAxGrid_demo

Description: grid 的应用,包含了 combox,comlist 等,还有 checkbox.-grid application contains combox, comlist. There checkbox.
Platform: | Size: 20426 | Author: 陈帮帮 | Hits:

[Internet-Network2005101010384172907

Description: When created, this DLL does not export any symbols. As a result, it will not produce a .lib file when it is built. If you wish this project to be a project dependency of some other project, you will either need to add code to export some symbols from the DLL so that an export library will be produced, or you can check the \"doesn t produce lib\" checkbox in the Linker settings page for this project.-When created, this DLL does not export any symbols. As a result , it will not produce a. lib file when it is built. If you wish this project to be a project dependen cy of some other project. you will either need to add code to export some sy mbols from the DLL so that an export library will be produced. or you can check the "does not produce lib" checkb ox in the Linker settings page for this project.
Platform: | Size: 294089 | Author: qiushan | Hits:

[TreeViewTV_MultiSelect

Description: 使TreeView组件实现多选Checkbox功能-TreeView components enable multi-functional election Checkbox
Platform: | Size: 29934 | Author: huwenqing | Hits:

[TreeViewTriStateTreeView

Description: .NET的TREEVIEW节点若有CHECKBOX, 其只有两种状态, CHECK 或 UNCHECK. 该改良TREEVIEW的节点可带三种状态, CHECK,UNCHECK及未定状态
Platform: | Size: 141316 | Author: lee | Hits:

[TreeViewchecktree

Description: 一个带有checkbox的tree control!\"Checkboxes in a tree control\" shows how to add normal and three-state checkboxes to a tree control, and how to get notified when the checkbox changes. The sample project uses MFC, but the technique can easily be adapted to a Win32 or an ATL/WTL application.-a checkbox with the tree control! "Checkboxes in a tree control "shows how to add normal and thr ee-state checkboxes to a tree control, and how to get notified when the checkbox change s. The sample project uses MFC. but the technique can easily be adapted to a win3 multigene 2 or an ATL / WTL application.
Platform: | Size: 16558 | Author: yanjinlai | Hits:

[Button controlvv

Description: 一个方便的工具集合箱`带有灰色按钮突破器 可以突破一些灰色不能使用的按钮或选框使之能用-a convenient tool box set with gray button `breakthrough device can overcome some of the gray can not use the button or Checkbox so that it can be used
Platform: | Size: 39878 | Author: 南潮赞 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 38 »

CodeBus www.codebus.net