activelock-users Mailing List for ActiveLock (Page 10)
Brought to you by:
ialkan
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
(14) |
Sep
(5) |
Oct
(1) |
Nov
(3) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(6) |
Feb
(10) |
Mar
(11) |
Apr
(20) |
May
(11) |
Jun
(5) |
Jul
(10) |
Aug
(10) |
Sep
|
Oct
(4) |
Nov
(8) |
Dec
(2) |
2005 |
Jan
|
Feb
|
Mar
(2) |
Apr
(3) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(4) |
2007 |
Jan
(3) |
Feb
(4) |
Mar
(3) |
Apr
|
May
(2) |
Jun
(10) |
Jul
(1) |
Aug
(13) |
Sep
(29) |
Oct
(3) |
Nov
(6) |
Dec
(6) |
2008 |
Jan
(2) |
Feb
(4) |
Mar
(36) |
Apr
(22) |
May
(21) |
Jun
(11) |
Jul
(34) |
Aug
(16) |
Sep
(18) |
Oct
(11) |
Nov
(21) |
Dec
(50) |
2009 |
Jan
(35) |
Feb
(20) |
Mar
(26) |
Apr
(44) |
May
(114) |
Jun
(102) |
Jul
(68) |
Aug
(33) |
Sep
(24) |
Oct
(33) |
Nov
(8) |
Dec
(15) |
2010 |
Jan
(8) |
Feb
(7) |
Mar
(35) |
Apr
(45) |
May
(68) |
Jun
(60) |
Jul
(40) |
Aug
(46) |
Sep
(28) |
Oct
(7) |
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
From: Thanh H. T. <th...@ya...> - 2004-08-16 04:06:55
|
Here's an example of how to call ALUGEN from an ASP page. For illustration only. I hope you find it useful. /Thanh ---- begin activateform.html ---- <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Product Activation</title> </head> <body> Product Activation Form: <form method="POST" action="activate.asp"> <table border="1" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0"> <tr> <td width="25%" align="right">Product:</td> <td width="75%"><select size="1" name="Product"> <option selected value="TestApp">TestApp</option> </select></td> </tr> <tr> <td width="25%" align="right">Version:</td> <td width="75%"><select size="1" name="Ver"> <option selected value="1.0">1.0</option> </select></td> </tr> <tr> <td width="100%" align="right" colspan="2"> </td> </tr> <tr> <td width="25%" align="right">Organization:</td> <td width="75%"> <input type="text" name="Licensee" size="34" value="XYZ Company"></td> </tr> <tr> <td width="25%" align="right">Contact Name:</td> <td width="75%"> <input type="text" name="ContactName" size="34" value="Jane Doe"></td> </tr> <tr> <td width="25%" align="right">E-Mail Contact:</td> <td width="75%"> <input type="text" name="ContactEMail" size="52" value="jd...@xy..."></td> </tr> <tr> <td width="25%" align="right">Expiration Date:</td> <td width="75%"> <input type="text" name="Expiration" size="14" value="2004/12/31"></td> </tr> <tr> <td width="25%" align="right">Installation Code:</td> <td width="75%"> <input type="text" name="InstCode" size="83" value="MDAgNTAgREEgNTYgNTkgRTkKQTg2Ri1FMEMxCkV2YWx1YXRpb24gVXNlcg"></td> </tr> <tr> <td width="100%" align="right" colspan="2"> <input type="submit" value="Submit" name="B3"></td> </tr> </table> <p> </p> </form> </body> </html> ---- end activateform.html ---- ---- begin activate.asp ---- <html> <head> <title>Product Activation</title> </head> <body> <% Dim Prod, Ver, Licensee, Days, InstCode Prod = Request.Form("Product") Ver = Request.Form("Ver") Licensee = Request.Form("Licensee") Days = Request.Form("Days") ' Sample InstCode: MDAgNTAgREEgNTYgNTkgRTkKQTg2Ri1FMEMxCkV2YWx1YXRpb24gVXNlcg InstCode = Request.Form("InstCode") Dim ALGlobals set ALGlobals = CreateObject("ActiveLock2.Globals") Dim ALUGENGlobals Set ALUGENGlobals = CreateObject("ALUGENLib.Globals") Dim ALUGEN set ALUGEN = ALUGENGlobals.GeneratorInstance() ALUGEN.StoragePath = "C:\Program Files\ActiveLock Software Group\ActiveLock2\Bin\products.ini" dim dtExpire dtExpire = Now + Days strExpire = Year(dtExpire) & "/" & Month(dtExpire) & "/" & Day(dtExpire) dim strRegDate strRegDate = Year(Now) & "/" & Month(Now) & "/" & Day(Now) Dim LibKey LibKey = ALUGEN.GenKey(ALGlobals.CreateProductLicense(Prod, Ver, "", 0, 0, Licensee, strExpire, , strRegDate), InstCode) Response.Write(LibKey) %> </body> </html> ---- end activate.asp ---- |
From: Thanh H. T. <th...@ya...> - 2004-08-12 13:19:48
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 There's an FAQ page now available on the web site at this URL: http://activelock.sourceforge.net/faqs.php Thanks to Mike Crute for setting that up. - -- th...@ya... Thanh Hai Tran, HBIT (Human Being In Training) PGP Key: http://www.geocities.com/th2tran/yahoo_pgp.txt Web Log: http://www.bloglines.com/blog/th2tran -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFBG20jEA/jxGpGbpURAqOOAJwOfksYiVr4HtaQoBeJn6WmK8ENygCfZnY0 qt/U1ZTtnJc7cdu0+Y7e9OY= =Bw/h -----END PGP SIGNATURE----- |
From: Thanh H. T. <th...@sy...> - 2004-08-03 13:23:26
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dick wrote on 03/08/2004 7:50 AM: | Hi, Hi Dick, Good points raised. The issue of shared DLL had been brought up in the past but no simple (read: elegant) solution was found to-date. Yes, I guess the only thing to do for now is what you have aluded to. i.e. make it your own: - - reset binary compatibility - - change the ActiveLock2 namespace (vbp project name) and DLL file name to something else and recompile | Could the code for Activelock2 be added into my application so that | I don't even have to worry about compatibility with DLL's Yes, that's a little drastic and defeats the purpose of re-use in component based development, but you can even do that. To do it, you'dd simply pull into your project all the classes and mods from ActiveLock2.vbp | Would this also improve security at the same time? I don't think so, unless you make some tweaks to the way it had been implemented. | P.S. I secure my apps by using Activelock to generate user codes | and Armadillo for the time limit feature. Interesting. You'll find that ActiveLock 2 handles time limits very nicely, IMHO. :-) /Thanh -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFBD5HJF8rE9X/XrZIRAsJLAJ4iBafgk38wAkzeWYEaXQQmK2jLYgCdFDvo BL5MSap3DH8DRpYbg1+cmVQ= =faGM -----END PGP SIGNATURE----- |
From: Dick <d.k...@bi...> - 2004-08-03 11:50:31
|
Hi, I have been using Activelock for a few years since version 1.5. I have come across a problem with 1.84 and so I have now just discovered = and downloaded version 2. One of the problems I found with version 1.84 was that it would easily = get mismatched with a project (Active X component can't create object = error). This situation would come about by me simply upgrading to a new = pc. Copying over all my files and recompiling a project. I would need to = recompile the Activelock OCX again which would seem to change is = compatibility. I would then need to issue a new install when upgrading = users to the latest version of my app to get back compatibility. This = could stuff up anybody else's application that happened to use = Activelock 1.84 on the same pc. I assume that with version 2 now that it is a dll with binary = compatibility set that I won't get this problem. That is unless I was to = reset it's compatibility to project and recompile it. If I then issued = it as part of my app would it not stuff up any other application using = the original version? If this is so I then also run the risk of someone else doing the same = thing (accidentally maybe). Can Activelock2 be recompiled with a different name (a name of my = choosing) to help secure against this? Could the code for Activelock2 be added into my application so that I = don't even have to worry about compatibility with DLL's? If so how would = I do it? Would this also improve security at the same time? Hoping you can help. P.S. I secure my apps by using Activelock to generate user codes and = Armadillo for the time limit feature. Best Regards Dick Knighton H & R Resources www.raksolutions.com |
From: Thanh H. T. <th...@ya...> - 2004-08-03 03:55:50
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 To all interested: 2.0.11 is now stable enough (we think) to be considered the next 2.0 release candidate. It is available on the SourceForge download page. http://sourceforge.net/project/showfiles.php?group_id=70007&package_id=69108 Thanks to all who helped with the testing. - -- th...@ya... Thanh Hai Tran, HBIT (Human Being In Training) PGP Key: http://www.geocities.com/th2tran/yahoo_pgp.txt Web Log: http://www.bloglines.com/blog/th2tran -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFBDwy/EA/jxGpGbpURAvmWAKDUC/XNHhcQek7nYR32m48uJb2EMwCg1OoN e84sWAF9ZYidQByJ7EyRSeo= =/lPz -----END PGP SIGNATURE----- |
From: Thanh H. T. <th...@sy...> - 2004-08-02 00:12:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Have a look at the tutorial found here <http://activelock.sourceforge.net/documents/tutorials/BasicTutorial.html> At the bottom (in the Resources section), you'll find a link to the VB source code for the tutorial. You should be able to run that project through the VB.Net upgrade wizard with no problem. /Thanh Andy James wrote on 01/08/2004 2:59 PM: | I am struggling and hoping for some help... | | Does anyone have a sample VB.NET code app demonstrating ActiveLock | ? | | The sample app with the AL download wouldn't upgrade. | | Thanks | | Andy | - -- th...@sy... Thanh Hai Tran, HBIT (Human Being In Training) PGP Key: http://lytran.homeip.net/gpg/th2tran.key Web Log: http://www.bloglines.com/blog/th2tran -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFBDYbWF8rE9X/XrZIRArewAJ0YSqK8WiG8o8uA4MNSiUULq0oi5QCgqx6a Z1H2nMlqgMHooSbJv/+c3mc= =uQg5 -----END PGP SIGNATURE----- |
From: Andy J. <and...@ho...> - 2004-08-01 18:59:08
|
I am struggling and hoping for some help... Does anyone have a sample VB.NET code app demonstrating ActiveLock ? The sample app with the AL download wouldn't upgrade. Thanks Andy _________________________________________________________________ It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger |
From: Thanh H. T. <th...@sy...> - 2004-07-28 22:15:06
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Harold, | produces the sterotype Installation Code 'CkRD' What is your LockType setting? | 'ActiveX component can't create object' at the line: | 'ActiveLock.KeyStorePath=App.Path & \myapp.lic'. It looks like Please read http://www.activelock.org/boards/index.php?showtopic=81 - -- th...@sy... Thanh Hai Tran, HBIT (Human Being In Training) PGP Key: http://lytran.homeip.net/gpg/th2tran.key Web Log: http://www.bloglines.com/blog/th2tran -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFBCCVmF8rE9X/XrZIRAmYBAKCIZTEsX1I+vptpa8nL7W7p8BvUMgCffgtj NdL3Ua/01M1IRrDL+RCa/EI= =j8T2 -----END PGP SIGNATURE----- |
From: H. W. <hw...@un...> - 2004-07-28 22:02:41
|
I use activelock2.07 and it works fine on my own (dirty) machine, but on five different clean machines (only W2K and Office2000 installed) it produces the sterotype Installation Code 'CkRD' and the error message: 'ActiveX component can't create object' at the line: 'ActiveLock.KeyStorePath=App.Path & \myapp.lic'. It looks like something is missing. Any suggestions? Thanks in advance<br> Harald Harald Witt Gottfried-Keller-Str. 4 22607 Hamburg<br> 040 822 989 62 (fon) 040 822 989 78 (fax) Harald Witt Gottfried-Keller-Str. 4 22607 Hamburg 040 822 989 62 (fon) 040 822 989 78 (fax) |
From: Thanh H. T. <th...@sy...> - 2004-07-28 22:00:14
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If you were using 2.0 (which you're not), you wouldn't have to do anything special. In 1.x, I believe you'd have to change the registry hive property (in the ActiveLock control) to HKEY_LOCAL_MACHINE (as opposed to HKEY_CURRENT_USER). But I'm not 100% sure on this. /Thanh Jack Bober wrote on 28/07/2004 5:22 PM: | What is the best way to accomplish the following? I'm using | ActiveLock ver 1.8 in a VB6 application runing on Win98 - WinXP | PCs. | | Administrator installs the application, starts it up, and registers | it. Application is installed on c-drive, database is up on the | Novelle, NT, or peer-to-peer network. Any user can log on to the PC | (using their own logon name and password) and start using the | application, that is: They can use the application eventhough they | are not the administrator - no additional rights need to be granted | Desktop icon or Start-menu entry remains visible to all users They | do not have to re-register the application. | | Any help is appreciated! | | Jack Bober | | Ninpro Data, Inc. Phone: 503-382-6060 Toll Free: 800-647-2241 Fax: | 503-382-6012 E-mail: ja...@ni... Web: www.ninprodata.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFBCCHoF8rE9X/XrZIRAoP1AJ97ZTzJ77xwarzjlWh0Dq+aoUucVgCfcGof cY5JVwEcHcv9MME0BJjm4sI= =17kv -----END PGP SIGNATURE----- |
From: Jack B. <ja...@ni...> - 2004-07-28 21:22:28
|
What is the best way to accomplish the following? I'm using ActiveLock = ver 1.8 in a VB6 application runing on Win98 - WinXP PCs. Administrator installs the application, starts it up, and registers it. Application is installed on c-drive, database is up on the Novelle, NT, = or peer-to-peer network. Any user can log on to the PC (using their own logon name and password) = and start using the application, that is:=20 They can use the application eventhough they are not the = administrator - no additional rights need to be granted Desktop icon or Start-menu entry remains visible to all users They do not have to re-register the application. Any help is appreciated! Jack Bober Ninpro Data, Inc. Phone: 503-382-6060 Toll Free: 800-647-2241 Fax: 503-382-6012 E-mail: ja...@ni... Web: www.ninprodata.com |
From: Thanh H. T. <th...@sy...> - 2004-07-22 05:37:08
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Nitin, I don't know where to begin helping you. Just ask some specific questions and I'll try to answer them. Did you try to download and look at the the vb project accompanying the tutorial? Nitin Betharia wrote on 22/07/2004 12:54 AM: | Leaves BODY { MARGIN-TOP: 25px; FONT-SIZE: 10pt; MARGIN-LEFT: 15px; | COLOR: #993300; FONT-FAMILY: Arial, Helvetica } Hi, | | I have been using activelock ver 1.5, can anybody help me with ver | 2.0 and above.. the tutorial on the website is hard to digest. can | anybody give me simpler examples. I want to distribute my software | via web-download and want people to contact me for the | registration. key., each user should have unique key. | | Please help, its urgent | - -- th...@sy... Thanh Hai Tran, HBIT (Human Being In Training) PGP Key: http://lytran.homeip.net/gpg/th2tran.key Web Log: http://www.bloglines.com/blog/th2tran -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFA/1J8F8rE9X/XrZIRAolpAJ9ZynCDuRDyBtVlSDXMfL1SGsLAxQCeM7ly J1VxwprkS4EseUZQ435Qawk= =x5Jq -----END PGP SIGNATURE----- |
From: Thanh H. T. <th...@sy...> - 2004-07-20 15:18:25
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yes, it is on our TO-DO list. We just haven't figured out a way to implement it such that it can't be easily circumvented by crackers, that's all. :-( Rob Geiman wrote on 20/07/2004 9:27 AM: | Ah, I was afraid of that. I'll have to wait to see whether this is | acceptable to my bosses. | | This is a feature I think should be added to ActiveLock. Most applications you download that have trial versions and they usually don't require you to contact the website for a key first, so I really think this would be a good feature to include. It would basically mean the trial period starts the moment the user enters the trial key into the application, rather than the moment the trial key is generated. | | Anyways, you guys have a good product, just what the open source community needs. Keep up the good work! | | Rob | | - -- th...@sy... Thanh Hai Tran, HBIT (Human Being In Training) PGP Key: http://lytran.homeip.net/gpg/th2tran.key Web Log: http://www.bloglines.com/blog/th2tran -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFA/Te8F8rE9X/XrZIRAnxXAJ9hbE4Y+jh0IAFFQdvFyIW0X+nWQwCeN3NR 5gd++ancn4SZsTSXfZp/9xM= =Cjwd -----END PGP SIGNATURE----- |
From: Rob G. <rg...@bu...> - 2004-07-20 13:27:45
|
Ah, I was afraid of that. I'll have to wait to see whether this is acceptable to my bosses. This is a feature I think should be added to ActiveLock. Most applications you download that have trial versions and they usually don't require you to contact the website for a key first, so I really think this would be a good feature to include. It would basically mean the trial period starts the moment the user enters the trial key into the application, rather than the moment the trial key is generated. Anyways, you guys have a good product, just what the open source community needs. Keep up the good work! Rob Thanh Hai Tran wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Rob, > The short answer to your question is: no, 2.0. can't support automatic > trial/evaluation (not yet anyway). > My suggestion is: have your users contact you to request a trial key. > This also lets you keep track of who's downloading/evaluating your > software. > For immediate trial key issuing, you can put some simple forms on your > web site that run an eval key generator in the backend that > immediately response to your user with an eval key. > Or if you just want to keep it simple: have your users contact you via > email to obtain a trial key. > > - -Thanh > > Rob Geiman wrote on 19/07/2004 11:18 AM: > > | I got ActiveLock 2.07 working with our MFC application, but I have > | one question: is it possible to allow our application to default to > | a 30 day trial period without requiring the user to contact us > | with an installation code? > | > | I realize I can include a file with a liberation key and have > | ActiveLock pick up that automatically the first time our > | application is ran, but if that liberation key is 10 days old then > | they only have 20 days remaining in their trial period. > | > | Any ideas? > | > | Rob Geiman > > > - -- > th...@sy... > Thanh Hai Tran, HBIT (Human Being In Training) > PGP Key: http://lytran.homeip.net/gpg/th2tran.key > Web Log: http://www.bloglines.com/blog/th2tran > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (MingW32) > > iD8DBQFA/AgfF8rE9X/XrZIRAsucAJ9E5EdD5lsfC/9FNLBwbYwwO0cASACgtZBW > 4WxGkYSMJTgXqvMPhtxrwYo= > =C686 > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Activelock-users mailing list > Act...@li... > To unsubscribe or change your user options: > https://lists.sourceforge.net/lists/listinfo/activelock-users > |
From: Thanh H. T. <th...@sy...> - 2004-07-19 17:43:00
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Rob, The short answer to your question is: no, 2.0. can't support automatic trial/evaluation (not yet anyway). My suggestion is: have your users contact you to request a trial key. This also lets you keep track of who's downloading/evaluating your software. For immediate trial key issuing, you can put some simple forms on your web site that run an eval key generator in the backend that immediately response to your user with an eval key. Or if you just want to keep it simple: have your users contact you via email to obtain a trial key. - -Thanh Rob Geiman wrote on 19/07/2004 11:18 AM: | I got ActiveLock 2.07 working with our MFC application, but I have | one question: is it possible to allow our application to default to | a 30 day trial period without requiring the user to contact us | with an installation code? | | I realize I can include a file with a liberation key and have | ActiveLock pick up that automatically the first time our | application is ran, but if that liberation key is 10 days old then | they only have 20 days remaining in their trial period. | | Any ideas? | | Rob Geiman - -- th...@sy... Thanh Hai Tran, HBIT (Human Being In Training) PGP Key: http://lytran.homeip.net/gpg/th2tran.key Web Log: http://www.bloglines.com/blog/th2tran -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFA/AgfF8rE9X/XrZIRAsucAJ9E5EdD5lsfC/9FNLBwbYwwO0cASACgtZBW 4WxGkYSMJTgXqvMPhtxrwYo= =C686 -----END PGP SIGNATURE----- |
From: Rob G. <rg...@bu...> - 2004-07-19 15:19:08
|
I got ActiveLock 2.07 working with our MFC application, but I have one question: is it possible to allow our application to default to a 30 day trial period without requiring the user to contact us with an installation code? I realize I can include a file with a liberation key and have ActiveLock pick up that automatically the first time our application is ran, but if that liberation key is 10 days old then they only have 20 days remaining in their trial period. Any ideas? Rob Geiman |
From: Thanh H. T. <th...@sy...> - 2004-06-08 16:39:40
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Aidan, The MaxCount property in the license file there for future use (2.1 perhaps). It is intended to be used for multi-user licensing, but is not yet being enforced. About the message board, the team member in charge of administering it seems to be on permanent vacation, and I no longer have the time to monitor 2 mailing lists as well as the message boards. Sorry. Mailing list is your best way to get answers from me. - - Thanh Aidan Dickson wrote on 08/06/2004 7:54 AM: | Message Dear Sir/Madam. | | A quick question regarding ActiveLock 2. I notice that the license | file and object model contains the ability to store a maximum | number of users as part of a license. However the Alugen program | seems to have no way of generating a license that contains this | user information. How would I go about doing this ? | | I would have preferred to have logged this information on your | message boards, however I've been waiting for an email confirmation | all day now and nothing's turned up despite checking that the | email address I gave is correct and requesting a number of | confirmation re-sends. Is there a problem with the message boards | at the moment or is this problem only occurring for my user | (AidanD) ? | | Regards | | Aidan | | Aidan Dickson Corporate Enabling Technology - -- ~ th...@sy... ~ _ ___________________________ _ ~ / )| |( \ ~ / / | Thanh Hai Tran | \ \ ~ _( (_ | Human Being In Training | _) )_ ~ (((\ \>|_/->___________________<-\_|</ /))) ~ (\\\\ \_/ / \ \_/ ////) ~ \ / Ne cede malis. \ / ~ \ _/ \_ / ~ / / \ \ PGP Key: http://lytran.homeip.net/gpg/th2tran.key -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFAxevFF8rE9X/XrZIRAs4hAJ9GGr7OpUBdom/rjTpoNzdbcdhUBgCfa42R fY+aTc+ro4iTUV7MswvFaQ0= =7xbw -----END PGP SIGNATURE----- |
From: Aidan D. <Ai...@ce...> - 2004-06-08 11:54:50
|
Dear Sir/Madam. =20 A quick question regarding ActiveLock 2. I notice that the license file and object model contains the ability to store a maximum number of users as part of a license. However the Alugen program seems to have no way of generating a license that contains this user information. How would I go about doing this ? =20 I would have preferred to have logged this information on your message boards, however I've been waiting for an email confirmation all day now and nothing's turned up despite checking that the email address I gave is correct and requesting a number of confirmation re-sends. Is there a problem with the message boards at the moment or is this problem only occurring for my user (AidanD) ? =20 Regards =20 Aidan =20 Aidan Dickson Corporate Enabling Technology |
From: Jack B. <ja...@ni...> - 2004-06-03 18:23:25
|
Hi. Thanks for your quick response. I'm not using V2.0 because the = development finished 3 months ago, and the client is unwilling to pay = for any further upgrades. -----Original Message----- From: Thanh Hai Tran [mailto:th...@sy...] Sent: Thursday, June 03, 2004 11:07 AM To: act...@li... Subject: Re: [ActiveLock-Users]Miminmize Problem -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =20 Hi Jack, No, I have not heard of such problems. I doubt that it is related to ActiveLock since it is not possible, AFAIK, for a control to minimize its container form. Also, why are you not using ActiveLock 2.0? Jack Bober wrote on 03/06/2004 1:57 PM: | I'm upgrading a VB6 application, written by another progrommer, | which has an anoying problem. For some users when the application | opens, it immediately minimizes and cannot be restored to a normal | window. | | One thing that changed is the prior version used ActiveLock V1.5. | I've replaced the control with the V1.8 version. Has anybody heard | of any problems like this related to ActiveLock? | | Thanks. | | Jack Bober | - -- ~ th...@sy... ~ _ ___________________________ _ ~ / )| |( \ ~ / / | Thanh Hai Tran | \ \ ~ _( (_ | Human Being In Training | _) )_ ~ (((\ \>|_/->___________________<-\_|</ /))) ~ (\\\\ \_/ / \ \_/ ////) =20 ~ \ / Ne cede malis. \ / =20 ~ \ _/ \_ / =20 ~ / / \ \ =20 PGP Key: http://lytran.homeip.net/gpg/th2tran.key -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) =20 iD8DBQFAv2i9F8rE9X/XrZIRAuyYAJ9J7bt/xMUJPuE6bSpK2eUqKDyaLwCfWLGV f2c9uThJJmVJ4yUReGpe+eg=3D =3DdMCg -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Activelock-users mailing list Act...@li... To unsubscribe or change your user options: https://lists.sourceforge.net/lists/listinfo/activelock-users |
From: Thanh H. T. <th...@sy...> - 2004-06-03 18:06:59
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Jack, No, I have not heard of such problems. I doubt that it is related to ActiveLock since it is not possible, AFAIK, for a control to minimize its container form. Also, why are you not using ActiveLock 2.0? Jack Bober wrote on 03/06/2004 1:57 PM: | I'm upgrading a VB6 application, written by another progrommer, | which has an anoying problem. For some users when the application | opens, it immediately minimizes and cannot be restored to a normal | window. | | One thing that changed is the prior version used ActiveLock V1.5. | I've replaced the control with the V1.8 version. Has anybody heard | of any problems like this related to ActiveLock? | | Thanks. | | Jack Bober | - -- ~ th...@sy... ~ _ ___________________________ _ ~ / )| |( \ ~ / / | Thanh Hai Tran | \ \ ~ _( (_ | Human Being In Training | _) )_ ~ (((\ \>|_/->___________________<-\_|</ /))) ~ (\\\\ \_/ / \ \_/ ////) ~ \ / Ne cede malis. \ / ~ \ _/ \_ / ~ / / \ \ PGP Key: http://lytran.homeip.net/gpg/th2tran.key -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) iD8DBQFAv2i9F8rE9X/XrZIRAuyYAJ9J7bt/xMUJPuE6bSpK2eUqKDyaLwCfWLGV f2c9uThJJmVJ4yUReGpe+eg= =dMCg -----END PGP SIGNATURE----- |
From: Jack B. <ja...@ni...> - 2004-06-03 17:57:29
|
I'm upgrading a VB6 application, written by another progrommer, which = has an anoying problem. For some users when the application opens, it = immediately minimizes and cannot be restored to a normal window. One thing that changed is the prior version used ActiveLock V1.5. I've = replaced the control with the V1.8 version. Has anybody heard of any = problems like this related to ActiveLock? Thanks. Jack Bober Ninpro Data, Inc. Phone: 503-382-6060 Toll Free: 800-647-2241 Fax: 503-382-6012 E-mail: ja...@ni... Web: www.ninprodata.com |
From: Thanh H. T. <th...@ya...> - 2004-05-25 00:14:05
|
To all interested parties: ActiveLock 2.0 is now officially in Beta 2. You can download it here <http://sourceforge.net/project/showfiles.php?group_id=70007&package_id=69108&release_id=239398> Enjoy! --Thanh |
From: Thanh H. T. <th...@ya...> - 2004-05-24 06:33:52
|
I've updated the VB tutorial <http://www.activelock.org/tutorials/BasicTutorial.html> to work against ActiveLock 2.0.5 or later. Check it out. --Thanh |
From: <ben...@id...> - 2004-05-22 12:33:34
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: <Rfe...@ao...> - 2004-05-21 19:34:46
|
I never could get Active Lock working. Remove me from the e-mail list. |