Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - registry windows delphi
Search - registry windows delphi - List
DL : 0
NT低层控件 TNTServiceManager:控制窗口新台币服务; TNTEventLog:与窗口新台币事件记录合作; TNTUserMan:处理使用者和小组; TNTShare:处理而且检测分享了装置; TNTFileSecurity:在 NTFS 上分配文件的通路权利; TNTRegSecurity:处理注册表的安全; TNTPrivilege:控制给使用者的特权; TNTVerifyLogon:查证使用者的使用者名称和 对抗窗口新台币领域的密码; TNTServerInfo:对设定的取回│设定多样性 因为网络计算机; TNTMessage:送本文在网络上的信息; TNTNetBrowser:浏览网络资源和被连接的装置; TNTerminalAdmin:检测终点的服务会议; TNTaskScheduler:为在网络计算机实行预定任务 网络计算机; TNTFirewall:配置防火墙在未实现-ntdcl TNTServiceManager: to control Windows NT services TNTEventLog: to work with Windows NT event log TNTUserMan: to manage users and groups TNTShare: to manage and monitor shared devices TNTFileSecurity: to assign access rights to files on NTFS TNTRegSecurity: to deal with registry s security TNTPrivilege: to control privileges given to the users TNTVerifyLogon: to verify user s username and password against Windows NT Domain TNTServerInfo: to retrieve/set variety of setting for network computers TNTMessage: to send text messages over the network TNTNetBrowser: to browse network resources and connected devices TNTerminalAdmin: to monitor terminal service sessions TNTaskScheduler: to schedule tasks for execution on network computers TNTFirewall: to configure the firewall under Windows XP and higher
Date : 2025-12-02 Size : 2.83mb User : xzqxzq

DL : 0
Cool PSetting 用来处理应用程序最后的 消息记录程序状态,可以不用写一行代码, 能够记录位置、大小、最近列表等,也可能 自定义存储的选项。他可以使用注册表、 文件或者BLOB字段来保存状态信息,提供 加密方式,也可保存程序的敏感数据。-============================================================================ Cool PSetting SHAREWARE for D3/D4/D5/D6/D7/CB5/CB6 v. 3.0g Cool PSetting is the final word in application state management. With little or no coding, you can give your application the features that end users demand, including MRU lists, windows that "remember" their positions and sizes, and powerful options and preferences dialogs. Cool PSetting is built for real-world applications that require storage flexibility, so Cool PSetting supports saving application state information in the Registry, in a file (using Delphi s TStreams or OLE compound documents), in a database using BLOB fields, or in any conceivable location using your own custom save and restore procedures. Cool PSetting also provides encryption so you can save sensitive application information without worry.
Date : 2025-12-02 Size : 158kb User : bingo

simple source code to create an registry in windows with delphi
Date : 2025-12-02 Size : 3kb User : Fahrizal Surya

COREWmiSet由9个Borland Delphi和C++Builder VCL控件组成,即TWmiQuery-对目标计算机wmi服务进行查询、tWmiConnection-将TWmiQuery与目标计算机wmi服务连接、TWmiProcessControl-windows进程管理、TWmiStorageInfo-储存设备信息查看、tWmiDiskQuotaControl-磁盘配额管理、TWmiOs-操作系统设定监控、TWmiRegistry-系统注册表读写、TWmiSystemEvents-系统事件反应、tWmiMethod-wmi对象静态或动态方法执行。-Namely TWmiQuery-wmi service on the target computer to query COREWmiSet 9 Borland Delphi and C++Builder VCL control the tWmiConnection-connected TWmiQuery with the target computer wmi service, TWmiProcessControl-windows process management TWmiStorageInfo-storage View tWmiDiskQuotaControl-disk quota management, TWmiOs-operating system, set the monitor, TWmiRegistry-system registry read and write, TWmiSystemEvents-system, incident response, tWmiMethod-wmi object is static or dynamic method execution.
Date : 2025-12-02 Size : 486kb User : makiqing

Delphi:Delphi编写一个开机后可自动运行的程序,想当于添加到了快速启动项中,实现开机启动的方法有多种,本代码的实现方法是通过添加注册表项的值来实现,修改:HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\run下边的值,程序自动创建这个键值,这是一种比较简单好用的方法。 -Delphi: Delphi programming boot automatically after a run, want to adding items to a fast start, to achieve a variety of boot methods, implementation of this code by adding a registry key values ??to achieve, modify: HKEY_LOCAL_MACHINE \ software \ microsoft \ windows \ currentversion \ run lower values??, the program automatically creates this key, which is a relatively simple and easy way.
Date : 2025-12-02 Size : 99kb User : EUYZ7KC

Delphi设置程序被自动执行,就是把程序添加到开机启动项里面,程序主要是通过添加或修改注册表的HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\run键值来实现此功能。这也是大家惯用的添加开机启动的方法。通过程序界面你可以轻松实现这一功能。-Delphi setup is automated, is to add the user to the boot entry, program is mainly the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\run key to modify the registry by adding or to achieve this function. Method to add boot which is the usual. Through the program interface, you can easily achieve this function.
Date : 2025-12-02 Size : 5kb User : lpudn9

灵狐Delphi版windows进程管理器,较系统本身的任务管理器功能更强劲,除了进程的显示和管理功能外,CPU和内存性能占用显示当然不可少了。除此之外还有启动项管理、注册表优化管理、文件及文件夹管理、进程列表快照查看、重启电脑和关闭系统等功能,在此基础上,你可以制作一个windows系统管理软件了。-Ling fox Delphi version of the windows process management, task management function is the system itself more powerful, in addition to the process of display and management functions, CPU and memory performance of course can not be less busy display. Functions in addition to the startup items management, registry optimization management, file and folder management, process list snapshot view, restart the computer and closed system, on the basis of this, you can create a Windows system management software.
Date : 2025-12-02 Size : 525kb User : lpudn19

Delphi:Delphi使用注册表键值保存信息,按要求输入对应数值后,Delphi代码将生成注册表键值,将用户输入的信息保存在注册表中。注册表保存信息是依赖于Windows系统,在编程基于Win平台的应用程序时,这是比较基本的功能。 -Delphi: Delphi using a registry key to save the information required to enter the corresponding values??, Delphi code generation registry key, the information entered by the user is stored in the registry. Registry information is dependent on Windows systems, when programming applications based on Win platform, which is more basic functions.
Date : 2025-12-02 Size : 7kb User : WUJROXX
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.