[ActiveLock-Users]Re: [ActiveLock] Example using ActiveLock 2.0 alpha1 DLL
Brought to you by:
ialkan
From: Thanh H. T. <th...@ya...> - 2003-08-18 23:22:28
|
Hi Luiz, > Because to use StatusBar in frmMain.frm of the project example1 Why use StatusBar? This is used during the softwarecode generation = process, for updating progress status. UpdateStatus() is called from = modMain. > What is atViewPort1 em SSTab1 (Sample App tab) in project example1 This seems to be a common confusion, probably because we're bunching = everything (key generation and registration) into one app. atViewPort1 is just ust part of the sample app. It bears no significance = to ActiveLock. In this situation, we use "sample app" to mean a typical = application that you would lock using AL. If the app hasn't been = registered, this tab would be disabled. If valid license, this tab = would be enabled. In Alpha 2, we will have a separate key generator. Hopefully, this will = make it less confusing than bunching everything in one app. > What is atDisplay.RES and because to use this in project example1 Again, part of sample app. Please read the code comments carefully. In there, we've clearly stated = which part of the code is ActiveLock-specific, and which part is just = there for demonstration of a sample application that you're locking. Of = course, there's always room for improvements. Your suggestions, on how = to make it easier to understand, are always welcome. > ALCrypto.dll no register in Windows register alcrypto.dll is a regular DLL, not an ActiveX Dll. So no need to = register. =20 > ActiveLock 2.0 is one DLL or two DLL's ? Two. ActiveLock2.dll is the core COM/ActiveX library, and Alcrypto.dll = is the encryption library used by ActiveLock2.dll. > Would be very appreciable a simple and detailed example in example1. That was our intention, to provide clear and useful instructions, when = we created the API Documentation. If the API documentation is not clear enough, please let us know. We will likely post a .chm version of the doc up for download in the = next few days. This is probably easier to read than the html files. - Thanh ----- Original Message -----=20 From: Luiz C. Pinheiro=20 To: Act...@ya...=20 Sent: Monday, August 18, 2003 3:56 PM Subject: [ActiveLock] Example using ActiveLock 2.0 alpha1 DLL Hello Development Team ! I have some questions in example1 using ActiveLock 2.0 alpha1 DLL: 1) Because to use StatusBar in frmMain.frm of the project example1 ALTestApp.vbp ? Only the sub bellow make reference at sbstatus and Txt not exist. Then remove reference at comctl32.ocx in project example ALTestApp.vbp Public Sub UpdateStatus(Txt As String) sbStatus.SimpleText =3D Txt End Sub 2) What is atViewPort1 em SSTab1 (Sample App tab) in project example1 ALTestApp.vbp and what Sample App tab work ? 3) What is atDisplay.RES and because to use this in project example1 = ? 4) ALCrypto.dll no register in Windows register. A message error is showed in register process. 5) ActiveLock 2.0 is one DLL or two DLL's ? Would be very appreciable a simple and detailed example in example1. My system is Windows 98SE and Visual Basic 6.0 with SP5 Thank's []s, Luiz C. Pinheiro Eletronic Engineer Brasil Yahoo! Groups Sponsor=20 ADVERTISEMENT =20 =20 =20 To unsubscribe from this group, send an email to: Act...@ya... Visit the group website at: http://groups.yahoo.com/group/ActiveLock Get the latest version of Active Lock at: = http://groups.yahoo.com/group/ActiveLock/files=20 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.=20 |