Calculate the registration code, user name is empty

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
seo60
Posts: 26
Joined: Fri Mar 30, 2012 2:21 am

Calculate the registration code, user name is empty

Post by seo60 »

计算注册码时,用户名为空,只使用机器码和注册码
Calculate the registration code, user name is empty, just use the machine code and
6.jpg
You do not have the required permissions to view the files attached to this post.
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: Calculate the registration code, user name is empty

Post by Enigma »

Seems it was already discussed...

It is impossible to use empty Registration Name field, but you may use a workaround (both if you are using standard registration dialog):
1. Place an Edit control on the form. Set it's Content property to coRegName and set it's Text to %HARDWAREID%, set Readonly property to True. When you will generate keys for such project, you have to use Hardware id test in both RegName and HardwareId fields. So we did not hide RegName, we just use Hardware Id as Regname.
2. Place Edit control on the form. Set it's Content = coRegName, Text = JustAnyText, Visible = False. When you will generate a key, use the text JustAnyText as RegName. In this case, we always use RegName = JustAnyText, but the field itself is hidden from the user.
Post Reply