System Key version 1.0 is a Delphi component that enables any system written in Delphi to have an encrypted intelligent key incorporated in the system to handle copy protection and licensing of the product. The key has anti registry and date...
Advertisement
SLockPK uses the power of public key encryption to protect your software. Recognized by experts as the only secure way to protect software, public key crypto provides a level of security higher than hardware dongles, but using only...
i've made some shortcut on my usb key for launchy and i had always to change them if on one pc the usb drive was i: on an other it was k: it was such a pain each time. Now it change all the shortcut automatically.
'Class interfaces play a key role with inheritance' is an easy to understand tutorial in which the author offers details about class interface. Here the author compares class interface over base class and gives suggestion to the programmers to...
Is the user pressing the "Enter" key in the middle of your form causing inadvertent and incomplete form submissions? This script disable the "Enter" key when pressed inside chosen fields of your choice. Moreover, it then...
HOW TO: Implement Key-Based Dependencies for Data Caching in ASP.NET by Using Visual C# .NET is a web based tutorial that deals with caching data technique using key based dependencies to cache data from the server. Here author discusses about...
Key IC ConneX is a simple and easy to use payment processing script that can simplify real time processing tasks. This script can generate instant reports on the transactions with which you can perform logic, store transaction ID's and can even...
Lock & Key is a royalty free security component for you applications. Distribute trial versions of your products which can be easily ounlockedo to the fully working versions over the phone or via the Internet. Use either a okill dateo or a...
KOL - Key Objects Library is a set of objects to develop power (but small) 32 bit Windows GUI applications using Delphi.KOL allows to create very compact Windows32 GUI applications (starting from ~13,5K without compression - if suggested system...
This is the best protection that you can ever place on the software at the best price ever. One line of code to protect your investment that is all. The component will auto create and show the demo pop up screen if an demo key is in use, the demo...
Lock & Key is a royalty free security component for your applications. Distribute trial versions of your products which can be easily ounlockedo to the fully working versions over the phone or via the Internet. Use either a okill dateo or a...
Key Troll is a Delphi component that allows the developer to limit use of his/her shareware programs. It uses a key developed through the registration process to unlock your program. You can set your program for a limited number of uses or...
This is debugger tool for Borland Delphi.Key features:External debugger window Variables and expression checking Displays names of functions as they are entered or exited Any numeric, string, object, component etc. can be displayed Comments can be...
Lock & Key is a royalty free security component for you applications. Distribute trial versions of your products which can be easily ounlockedo to the fully working versions over the phone or via the Internet. Use either a okill dateo or a...
You have developed an application and you want to protect it fast, easy, reliable and cost effective?
Licence Protector from Mirage Computer Systems administrates licenses and modules (license manager and control), generates Demo- and...
A complete research of using an Enter key in ASP.NET, submiting a form or how to get specific button "clicked" when visitor hits an Enter key. That could be in case that you want to build Login screen, web site search, pool or all of...
Here is a quick and dirty way to sort a list of dictionary based on a key value.
The KeyedDict object keeps a list of approved key values. If you try to assigned an unapproved key to a value, an exception is thrown.
When you create the object, you give it a sequence (tuple, list, etc.) of key objects and then, when...
I often find myself wanting to accumulate all the values for a given key in a list. The mdict class provides a simple implementation of this feature.
Modeled after the key= argument to list.sort() and sorted(). |