Component Set for Windows NT/2000 (NTSet)

Description

NTSet, v1.15b

Soon after beginning to program with Delphi you discover, that with the help of the standard component palette you can create standard applications as similar as two peas. But what if you'd like to use Windows features not included in the Delphi libraries?

Certainly, it is possible to study the documentation on Windows API functions make use of them, but how much time, efforts and money will it take away!

Choose more effecient ways! A constantly extending collection of components ? Component Set for Windows NT/2000 ? can be a perfect solution for Delphi and C++ Builder programmers. Our component library can help you avoid reinventing the wheel.

Do you need an access control function?
Would't it be better to use the security system of Windows NT, which corresponds to the C2 standard of protection ? The TNTUserMan component enables you to manage groups and single users on the local or remote computer, or in the domain.

Is there a need to keep the program's activity log?
A simple and effective solution will be a use of Windows NT event log. It allows analyzing the log records, categorizing them, timely reacting to any events occurring on the local or network computer. Use the TNTEventLog component to work with Windows NT/2000 event log as simple as with standard TStringList class.

Control of shared resources of computers in the network?
The TNTShare component will solve this task easier than ever before. Shared disks, printers, open files, users who opened them ? all this information is available for view and administration. Moreover, you can control the security attributes of the shares, restricting access only to the users or groups you want.

Need an integration with Windows NT services?
Start, stop, configure, services, change their load order, to check out a current state of service, change service access privileges v do it with the TNTServiceManager component. You will be amazed when you discover how much more precisely you can configure services, compared with the standard task Control Panel/Services.

Never before in the field of Windows NT Security so much could have been done so easily-
Please have a look at our TNTFileSecurity component. It can assign ?access allowed

DownloadRegisterFAQ
Latest Update
 
05, Apr - 2006

  • New version supports C++Builder 2006;
  • Implemented installation procedure for Delphi 2006;
  • Minor bug fixes.

Previous update (Mar, 02 2006):

  • Delphi 2006 support.
  • Minor bug fixes.

Previous update (Oct, 18 2005):

  • The collection has now 3 new components: TNTGroupPolicy: configures group policies on standalone computers or in Active Directory; TNTGroupPolicyBrowseDialog browses for existing group policy objects; TNTDirectoryContainer BrowseDialog browses for Active Directory containers.
  • This version supports Delphi 2005; C++Builder 5.0 is no longer supported.
  • TNTRegSecurity component got a new property Win64Redirect. When under WOW64, it allows to read either 32- or 64- bit registry.
  • Help system is redesigned to support both Delphi 2005, and previous Delphi versions.
  • Minor bug fixes.

Previous update (Jul, 21 2003):

  • The collection has got new component: TNTFirewall. The component configures the firewalls on the network connections. It works under Windows XP and Windows 2003.
  • The TNTVerifyLogon component has been completely rewritten. It now allows impersonating as the user whose credentials where successfully verified.
  • The TNTFileSecurity component has been modified to work under the non-administrative accounts. Now you can use it under regular user accounts to manage the files and folders of that user.
  • Minor bug fixes.

Previous update (Nov, 19 2002):

  • The collection has got its 13th component: TNTaskScheduler. The component schedules tasks to run at certain time in the future. Scheduling may be carried out for both local or remote computers.
  • The source code is Delphi 7 compatible.
  • TNTService component has been renamed, as discussed in the Support Forums. The new name is TNTServiceManager. The component is located in NTServiceMan.pas unit. The reason for renaming is a name conflict with a component from SvCom collection. Look at "TNTService renamed" section for more information.
  • TNTServerInfo component has got a new "Disks" property. This property returns list of drives installed on the remote computer.
  • Support for Delphi 4, C++Builder 4 has been dropped. If you are still using these versions, you may download version 1.12.
  • Minor bug fixes.

TNTService renamed

TNTService component has been renamed to TNTServiceManager. If you are using this component in your project, you may migrate by following these steps:

1) Make backup copy of your source files.

2) Change Uses section of you *.pas files by replacing "NTService" with "NTServiceMan". It's best to do this operation in notepad, since Delphi may complain about components not found.

3) Open DFM files of the forms that you had TNTservice component on. It is safe to do this operation in Delphi. Search for "TNTService" string and replace it with "TNTServiceManager".

4) Try to compile your project. Delphi compiler will find rest of the places where you have to change TNTService to TNTServiceManager.



If you wish to view the information concerning previous updates click here.

You may find additional information about the product at the FAQ page.