hi
it is very easy to do
I don't have one but I remenber that a member has sent me one
if you want you can build one
I advice you to do it your self because the HID depends in 6 parameters and this parameters you will use to generate your license file thats why you should use the same combination.
if you see:
http://eziriz.com/intellilock_online_help/source/unlock_manager.htmlhttp://eziriz.com/intellilock_online_help/source/hid.html
you will use a methode that returns to you the HID:
Get Hardware ID of the current
machine
/*** Get Hardware ID of the current machine ***/
public string GetHardwareID()
{
return HardwareID.GetHardwareID(true, true, false, true, true, false);
}
this is in c# to use it in vb you must use a c# to vb converter tool
http://labs.developerfusion.co.uk/convert/csharp-to-vb.aspxand thats it :)
you must me carefull because the 6 parameters are orgonized differently from the GUI tool
take care!!!