Search the web
Sign In
New User? Sign Up
ActiveLock · ActiveLock Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2391 - 2420 of 2787   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2391
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...
Luiz C. Pinheiro
lcpactivelock
Offline Send Email
Sep 2, 2004
7:42 pm
2392
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...
sreepathiraok
Offline Send Email
Sep 3, 2004
12:57 am
2393
... 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...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 3, 2004
1:07 am
2394
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...
Ashis Kumar
ashis500
Offline Send Email
Sep 9, 2004
8:34 am
2395
... 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 ...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 10, 2004
12:43 am
2396
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...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 14, 2004
1:12 am
2397
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...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 14, 2004
1:29 am
2398
... 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...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 14, 2004
1:44 am
2399
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...
Leendert van Staaldui...
lvanstaalduinen
Offline Send Email
Sep 14, 2004
10:13 am
2400
... 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...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 15, 2004
4:41 pm
2401
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...
carmo_ricardo
Offline Send Email
Sep 17, 2004
3:19 pm
2402
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 ...
nero_sr76
Offline Send Email
Sep 19, 2004
10:58 am
2403
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...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 19, 2004
3:54 pm
2404
An unhandled exception of type 'System.NullReferenceException' occurred in Registration Form Template.exe Additional information: Object reference not set to...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 20, 2004
12:16 am
2405
... That line doesn't make any sense, especially since you haven't initialized ALGlobals. Try changing to: ALGlobals = New ActiveLock2.Globals() Then ...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 20, 2004
4:58 am
2406
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...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 21, 2004
9:37 pm
2407
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...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 21, 2004
9:38 pm
2408
OOPS I neant to mention, I am using VB.NET which seems to do these things a lot different than VB6 ... do...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 21, 2004
9:40 pm
2409
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...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 23, 2004
4:01 pm
2410
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...
Jacques Muller
rockme012000
Offline Send Email
Sep 23, 2004
4:30 pm
2411
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...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 24, 2004
11:49 pm
2412
Hmm...appears to be a bad link. I kept getting a 404. /Thanh...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 25, 2004
8:31 am
2413
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 My God
dj_omg_plurn...
Offline Send Email
Sep 25, 2004
4:49 pm
2414
OK, it still is bad. well i posted the template under the files section on the group so you can find it there. ... there ... do ... ...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 25, 2004
4:52 pm
2415
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...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 25, 2004
9:25 pm
2416
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 ... ...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 27, 2004
1:41 am
2417
... You mean the license key? What's the point of doing that? ... -- th2tran@... Thanh Hai Tran, HBIT (Human Being In Training) PGP Key:...
Thanh Hai Tran
th2tran
Offline Send Email
Sep 27, 2004
6:46 am
2418
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...
nero_sr76
Offline Send Email
Sep 27, 2004
8:08 am
2419
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...
Oh My God
dj_omg_plurn...
Offline Send Email
Sep 27, 2004
3:32 pm
2420
Hi, ... You're right, of course. lockHD is currently implemented as locking to the software serial number instead of the hardware manufacturer serial number....
Thanh Hai Tran
th2tran
Offline Send Email
Sep 27, 2004
11:09 pm
Messages 2391 - 2420 of 2787   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help