Hi ! This is my way how I used DLL CRC and Error messages in my application. I crypto the messages (Msg variable) and MsgBox to hide from HEX editor. I used...
Hi, I implemented AL2.0.7 earlier and now thought of using AL2.0.11 with the same code, but when I installed AL2.0.11 then I got an error saying that...
... Hash: SHA1 It's because 2.0.11 uses UTC time format and 2.0.7 uses local time format. Your timezone must be GMT+x for this problem to occur, in which case...
Dear Members, I am from India, presently I am a student working as freelancer. I have used ActiveLock. One thing I want to say I don't know whether I am right...
... Hash: SHA1 This is OK because you can only set the clock back to any time AFTER the point when you previously set it forward. If you set it back to before ...
Thats why it is best to use multiple layers to hide the code. I use the following: 1. I store my code if 5 variables code1 to code5 2. I store it out of order...
I downloaded the activelock tutorial a long tima ago and printed it out, now i cant find my printouts, or the file, I cant seem to find the thread here that...
... Hash: SHA1 Here it is again: http://www.activelock.org/documents/tutorials/BasicTutorial.html This link is also posted on the activelock.org website. It is...
A question for Thanh, Just for my own understanding: Dan Keeley below writes: "The key point, is the GCode stored within your application" From what I...
... Hash: SHA1 Hi Leendert, ... I think Dan meant "VCode" instead of "GCode". GCode is stored in the products.ini and should never be shipped with the...
I have work from a long time with alv1.5 and no problem in any operation system. I design a new software, a migrate the Al1.5 to Al 1884, and the problems...
I use activelock 2.0.7 and a vb.net application. In my application i set : ActiveLock2.ALLockTypes.lockHD I think the code generated by the command ...
I think the code will change only if you reformat the disk. So if you change the OS without reformatting, the code will be the same. At least that's the...
An unhandled exception of type 'System.NullReferenceException' occurred in Registration Form Template.exe Additional information: Object reference not set to...
... That line doesn't make any sense, especially since you haven't initialized ALGlobals. Try changing to: ALGlobals = New ActiveLock2.Globals() Then ...
I have decided to make a registration form template because I am tired of coding all the Activelock info into each program I write, but now when I try to get...
I have decided to make a registration form template because I am tired of coding all the Activelock info into each program I write, but now when I try to get...
It VB.Net code should be very similar to VB6 as far as AL is concern. You must be missing some steps or something. Send me some sample code that demonstrates...
Hi guys/girls I would like to make a word of thanks to all the support people behind this but in particular thanks to Thanh Hai Tran for the time and effort it...
ok, this is a link to it, its no where near done, and doesnt do half of what it will yet, but I test as I go so untill i resolve one problem i leave the others...
Yahoo butchered it, you have to cut and paste it. it leads to the files section of thissite too though so you could just get it there too. ... half ... ...
Oh, I see where the problem is. You're trying to get the info using the ProductLicense object. This won't work because you have to retrieve a valid license...
Yes i am going to be using them too, so there is no way to display the licensecode in the box? ... the ... retrieve a ... for it ... ActiveLock ... the ... ...
i read in the api documentation that setting logktype to lockHD means : "Lock to hard drive serial number " But this is erroneus, when i format the pc the...
well I, personally, keep all my license numbers stored in a safe place in case I ever need them. (I have an HTML page on my root drive that I keep them all...
Hi, ... You're right, of course. lockHD is currently implemented as locking to the software serial number instead of the hardware manufacturer serial number....