搜索资源列表
HTD
- 汇编程序,用于门禁安防控制系统.2001~2005年,其中包括单门、双门等。-assembler for the Security Access Control System Case to 2005, including the single-subject, double doors.
23serve_stakeout
- 服务监视 获取被监控端的 Windows Service 列表,并传递给监控端 -services were monitoring access control side of the Windows Service list, and passed to the control terminal
qddown_del12252342355
- 图书电子阅览室门禁系统 v1.0,希望大家喜欢-books Electronic Reading Room Access Control System v1.0 hope you like
menu-new
- 界面配合使用访问控制列表控制对菜单使用。-interface used in conjunction with access control lists used to control the menu.
getcontrolreagion
- 获取控件区域响应 获取控件区域响应-access controls access to the regional response to regional response to control access controls access to the regional response to regional response to control access control regional response
MSPRO
- mfc使用ado连接access数据库,利用listcontrol控件读取数据库中数据,并能够读取与删除数据库中数据-mfc ado connection with access database, using listcontrol control to read data in the database, and the ability to read and delete data in the database
picture
- 在一个picture控件中显示一张图片,图片大小与控件大小相适应-Control in a picture show a picture, image size and control the size of fit
vbhotel
- vb与 access结合的酒店管理 需要的控件手工注册有2步: 1,将控件(*.OCX)拷到<System32>下 2,运行 regsvr32 *.ocx-vb combination with the access control needs of hotel management manual registration Step 2: 1, the controls (*. OCX) Kaodao <System32> under 2, run r
07
- 0.1 提供对实例以及类变量的访问控制(Providing Access to Instance and Class Variables) 若没有足够理由,不要把实例或类变量声明为公有。通常,实例变量无需显式的设置(set)和获取(gotten),通常这作为方法调用的副作用的结果 (side effect:The change in the value of a variable within a routine resulting from assignments outside the
DelphiprintCode
- 在Delphi中打印条码 1 通过菜单”Component”下的”Import ActiveX”将“Microsoft Access Barcode Control 9.0”控件引入。这个控件(msbcode9.occx)随同Office一起安装到系统中。 2 在“ActiveX”下可以看到该控件,可以直接拖放到窗体上。通过属性设置,可以设置条码类型,内容,宽度、高度等等。 条码的数据是通过”Value”属性设置,也通过Datasource等设置引用数据库字段。高度和宽度通过控件的
treeview
- C# 连接ACCESS动态生成TREEVIEW控件的使用 -C# connect ACCESS control dynamically generated using TREEVIEW
AccessControl
- Access control system for whole organization. it works on digital persona fingerprint scanner URU4000B.
DataGridView
- 用vb.net做的datagridview控件的使用例子。希望对大家有帮助。-Vb.net datagridview control to do with the use of examples. Hope to help.
1
- 一个用VC++编写的远程登录控制界面,可通过远程登录来进行逆想进行的操作。-A written using VC++ remote access control interface, can be carried out by reverse Telnet to conduct operations.
tongkj
- 26个VC++界面编程通用控件源代码实例: 如何获得指定点的控件指针 如何将编辑框中输入的字符转换为大写(小写) 如何设置和获得单选按钮的选中状态 如何设置和获得一组单选按钮的选中状态 如何设置列表控件的显示方式 如何设置组合框中列表框的宽度 如何实现带自动完成功能的组合框 如何实现位图按钮 如何使用滑块 如何使用进度条 如何使用列表框 如何使用旋转按钮 如何使用组合框 如何通过控件ID获得控件窗口指针 如
MFC-classical-control-manual-ebook
- MFC,VC++控件大全电子数资料,所有控件查阅,并有详细的例题解答。-MFC, vc++ control daqo electronic number material, all controls access to, and have the detailed examples of solutions.
safe-access
- 可以防止ring0下直接对IO监控来获取密码的密码框源码-Can prevent ring0 directly on the IO control to obtain the source code of the password box
haijun1234567
- pb系统多个操作员登录,每个操作员对各个子系统的权限控制介绍。-pb multiple system operator log, each operator' s access control for each subsystem descr iption.
Prjspy
- 获取执行程序上的控件名、颜色、程序路径、父类类名等信息,非常实用。-Access control on the implementation of the program name, color, program path, the parent class class name and other information, very useful.
Chapter6
- 对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另