|
WebActivation 1.1 - Software License Activation Server
WebActivation is any easy solution to activate, release and restore software licenses protected by QuickLicense. The default setup includes Windows executable and ASP files placed on a company web site. The WebActivationRT.dll offers the same features with external methods.
Related Discussions - HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-02 18:04:54)This is possible using COM objects and ActiveX Server ...
Don't ask how ... I'm not into COM object programming ... :o)
Regards
/Filip
- WHICH IST THE BEST SERVICE TO SELL SOFTWARE (CREDITCARD ETC.) (2001-01-05 00:33:08)Have a look at www.shareit.com. I use those service since 2 years and they are very reliable.
- HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 00:30:01)I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
- QUERY PARAMETER QUESTION...? (2001-01-04 13:44:03)there are two parts
first is writing the script with variable and another is using bind variable
eg-
for first you can say
query1.sql.text...
- PRINTING A PDF FORM (2001-01-06 18:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- HOW CAN I "FORCE" WINDOWS TO CREATE A LINK TO A SPECIFIED FILE? (2001-01-06 00:12:17)Hi,
This should help:
uses
ShlObj, ActiveX, ComObj, Registry;
var
MyObject: IUnknown;
MySLink: IShellLink;
MyPFile: IPersistFile;...
- RESTRICTING USERS OF AN APPLICATION IN A NETWORK SITUATION (2001-01-09 15:56:12)This would be a simple solution.
program OnlyOneOpen;
uses
Forms, SysUtils, classes, windows, dialogs,
uSingleRun in 'uSingleRun.pas'...
- HOW TO DO PING? (2001-01-10 03:28:57)You can use the ECHO protocol in which PING is based.
Take a look to the TNMEcho component in FastNet page of Delphi component Palette.
- BDE INSTALLATION KIT (2001-01-10 18:04:48)Yes, you can install BDE without the use of InstallShield.
(Even thu it's easy'er to do it with InstallShield Express)
First you need all of...
- OPEN URL IN DEFAULT BROWSER AND AUTO FILL FORM FIELDS (2001-01-11 05:50:36)>The only way to really do this is to use the Windows API to
>get the handle of the browser window, and then send the
>text to the window....
|