<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/activelock/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/activelock/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 15 Apr 2013 17:03:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/activelock/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#11 Use with Visual Basic .NET 2010</title><link>https://sourceforge.net/p/activelock/support-requests/11/?limit=25#2190</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently all we have at the moment is support for VB6 and VB 2008 but I will talk to ialkan about starting a VB 2010 version.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alec Weigt</dc:creator><pubDate>Mon, 15 Apr 2013 17:03:16 -0000</pubDate><guid>https://sourceforge.net6397143cc92b2514d65a7300a006597f5363d553</guid></item><item><title>Use with Visual Basic .NET 2010</title><link>https://sourceforge.net/p/activelock/support-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm having trouble trying to use ActiveLock with my project in Visual Basic .NET 2010. I can't properly add the required References to start.&lt;/p&gt;
&lt;p&gt;Is there any sample implementations for or plans to support VB 2010?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lincoln</dc:creator><pubDate>Sun, 28 Aug 2011 15:20:00 -0000</pubDate><guid>https://sourceforge.net7762cbb19af4679a4d781ed1202048f5d03e6a21</guid></item><item><title>Lock on USB key serial number</title><link>https://sourceforge.net/p/activelock/support-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In USB spécification USB device must have an unique serial. Lock on this serial can be great to use USB key like USB Token.&lt;br /&gt;
I have C# sample code to extract it :&lt;/p&gt;
&lt;p&gt;ManagementObjectSearcher disks = new ManagementObjectSearcher("SELECT * FROM Win32_DiskDrive");&lt;br /&gt;
foreach (ManagementObject disk in disks.Get())&lt;br /&gt;
{&lt;/p&gt;
&lt;p&gt;if (disk["Name"].ToString() == ("\\\\.\\PHYSICALDRIVE" + driveNumber) &amp;amp; disk["InterfaceType"].ToString() == "USB")&lt;br /&gt;
{&lt;br /&gt;
SerialNumber = disk["PNPDeviceID"] ;&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mad max</dc:creator><pubDate>Wed, 15 Sep 2010 12:14:39 -0000</pubDate><guid>https://sourceforge.net4a90bea9eab26e4882e820673ea01f04b996c368</guid></item><item><title>No Matching Software or Name....</title><link>https://sourceforge.net/p/activelock/support-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear Friends,&lt;/p&gt;
&lt;p&gt;i am trying to use ActiveLock first time. i have downloaded latest version for VB6.&lt;br /&gt;
when i run ALUGEN, I can save the product and create VCODE. When i copy the VCODE and paste into license key generator, it shows message:&lt;br /&gt;
"There's no matching software or Name and version number for this installation code".&lt;/p&gt;
&lt;p&gt;Even if i copy paste vcode generated for sample added products, i get same message.&lt;/p&gt;
&lt;p&gt;I am using windows vista and have installed VB6 SP6 on my computer.&lt;br /&gt;
I have tried same setup of activeLock on other computer where i have windows XP but same message.&lt;/p&gt;
&lt;p&gt;Please let me know what is wrong and what i can do.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Singh isKing</dc:creator><pubDate>Sat, 16 Jan 2010 15:49:39 -0000</pubDate><guid>https://sourceforge.net01330d64e7acc9ebe99bfdc6f086d128542114ae</guid></item><item><title>corrupt file Activelock_VB2005_Setup_3.5.5.exe</title><link>https://sourceforge.net/p/activelock/support-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;when unzipping the file (Activelock_VB2005_Setup_3.5.5.exe)&lt;br /&gt;
after downloading I get 'the setup files are corrupted. Please obtain a new copy of the program'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David J Mallinson</dc:creator><pubDate>Thu, 17 Apr 2008 17:59:53 -0000</pubDate><guid>https://sourceforge.netb87e2101f66e6534eb09ead324b77d160f260d4a</guid></item><item><title>function Getword &amp; putword</title><link>https://sourceforge.net/p/activelock/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hi guys first off great job with activelock.&lt;/p&gt;
&lt;p&gt;secondly i was trying to experiment with some source &lt;br /&gt;
code specifically the blowfish class but when debugging &lt;br /&gt;
it errors on all the GetWord calls and i can't seem to &lt;br /&gt;
locate the function anywhere i am using microsoft &lt;br /&gt;
access for my programing .&lt;/p&gt;
&lt;p&gt;so bacically just wondering which class or module the &lt;br /&gt;
GetWord &amp;amp; Putword functions is in or where i could find &lt;br /&gt;
a copy i have googled but none of the ones i found &lt;br /&gt;
seems to have the right parameters.&lt;/p&gt;
&lt;p&gt;I kind of figured that i must of left out a bit of code &lt;br /&gt;
somewhere cause i'm missing the getword and putword &lt;br /&gt;
Functions.&lt;/p&gt;
&lt;p&gt;Thanks for you help.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tkuchel</dc:creator><pubDate>Sun, 10 Apr 2005 09:01:23 -0000</pubDate><guid>https://sourceforge.netef3585d6a571471397c2a07ba2e942e45bd065b0</guid></item><item><title>Form Opening?</title><link>https://sourceforge.net/p/activelock/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;At step 4 in the ActiveLock 2 tutorial, a message box &lt;br /&gt;
will appear stating that there is no valid license.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;This does happen, but my main form opens up &lt;br /&gt;
immediatley after that.  Is this correct or am I doing &lt;br /&gt;
something wrong.&lt;/p&gt;
&lt;p&gt;I have not gotten past that point b/c it seems that it &lt;br /&gt;
would not let the form open.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vwalla</dc:creator><pubDate>Tue, 14 Dec 2004 22:16:17 -0000</pubDate><guid>https://sourceforge.net05fbb51f122d92887edf601e3af1e230bbea35ea</guid></item><item><title>Module Support</title><link>https://sourceforge.net/p/activelock/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have used ActiveLock 1.8 in many projects for a while &lt;br /&gt;
now, but have only just found about this new version 2.&lt;/p&gt;
&lt;p&gt;I have an application now, which is split into three &lt;br /&gt;
modules.  Each of these modules (in the same binary) &lt;br /&gt;
need to be licenced seperately, so that the user can &lt;br /&gt;
choose which of the modules they want to run.&lt;/p&gt;
&lt;p&gt;i.e, &lt;br /&gt;
Licence 1: Module 1, Module 2 &amp;amp; Module 3&lt;br /&gt;
Licence 2: Module 1 only&lt;br /&gt;
Licence 3: Module 2 only&lt;br /&gt;
Licence 4: Module 2 and 3&lt;/p&gt;
&lt;p&gt;I though that one way to do this would be to support &lt;br /&gt;
three seperate active lock components, each with a &lt;br /&gt;
different application name, and then build a screen to &lt;br /&gt;
allow the user to liberate the modules they need.&lt;/p&gt;
&lt;p&gt;The problem with this is that when I attempted to &lt;br /&gt;
generate the application codes for the three &lt;br /&gt;
applications (ProTrack-SM, ProTrack-CM, ProTrack-AD) &lt;br /&gt;
all of the codes generated for each application appeared &lt;br /&gt;
to be the same.&lt;/p&gt;
&lt;p&gt;Please advise if the desired solution is possible using the &lt;br /&gt;
ActiveLock product.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andy Kirk</dc:creator><pubDate>Fri, 20 Aug 2004 18:41:52 -0000</pubDate><guid>https://sourceforge.net9340497a97513fa12af3b6fe242b5698fa4addea</guid></item><item><title>ActiveLock with vb.net</title><link>https://sourceforge.net/p/activelock/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Ravi here, how to use Activelock with vb.net, any &lt;br /&gt;
sample implementations ?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravi</dc:creator><pubDate>Fri, 06 Aug 2004 13:21:01 -0000</pubDate><guid>https://sourceforge.netd53c7046aa21fb7844d77cab335da4adc10c6c04</guid></item><item><title>VCode from ALUGEN: only once</title><link>https://sourceforge.net/p/activelock/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After generating a VCode (plus GCode) I incorporate the &lt;br /&gt;
VCode into my application. OK, works fine. After a while &lt;br /&gt;
I have generated a new VCode (why not: everybody can &lt;br /&gt;
do this), which results into a Liberation Key that does &lt;br /&gt;
not cooperate with the original VCode.&lt;/p&gt;
&lt;p&gt;I assume that generating a VCode should be an onlyonce &lt;br /&gt;
procedure. So, I would like the ALUGEN Generate &lt;br /&gt;
(VCode) to be disabled after creating the VCode.&lt;br /&gt;
My solution:&lt;br /&gt;
ˇ In frmMain.cmdAdd_Click:&lt;br /&gt;
' Immediately generate a VCode plus GCode, 040705, &lt;br /&gt;
LvSt.&lt;br /&gt;
Call cmdCodeGen_Click&lt;/p&gt;
&lt;p&gt;ˇ In frmMain.UpdateCodeGenButtonStatus:&lt;br /&gt;
' We generate a VCode plus GCode at creation &lt;br /&gt;
time, 040705, LvSt.&lt;br /&gt;
'cmdCodeGen.Enabled = True  (DISable this option).&lt;/p&gt;
&lt;p&gt;I am sure you have better ideas.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Leendert van Staalduinen</dc:creator><pubDate>Tue, 06 Jul 2004 09:04:28 -0000</pubDate><guid>https://sourceforge.net570e3dff3611d57926906b814bde7075743f1e4e</guid></item></channel></rss>