How to Show Hardware ID ?

Post here messages if you have any problems with working of Enigma Protector
Post Reply
buzzard
Posts: 23
Joined: Sat Jun 04, 2011 8:18 am

How to Show Hardware ID ?

Post by buzzard »

How to use "EP_RegHardwareID" ?
I can't show Hardware ID in my Project.
I'm using vb6.

Code: Select all

Private Sub Form_Load()
    Dim Name As String
    Dim Key As String

  tHardware.Text = EP_RegHardwareID   <<<< This shows Blank text.
  If EP_RegLoadAndCheckKey = 1 Then
    If EP_RegLoadKey(Name, Key) = 1 Then
      tUserInfo.Text = Name
      tKey.Text = Key
      lbUserInfo.Caption = Name
    End If
  Else
    MsgBox "Register this software to remove message!", vbExclamation
  End If
     
End Sub
Can any1 Reply please ?
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

Re: How to Show Hardware ID ?

Post by Enigma »

Hi buzzard,

You simply need to protect the file. Without protection all Enigma API are failing, only after protection they become to return valid results.
prasid
Posts: 45
Joined: Fri Aug 22, 2008 3:17 pm
Location: Inside Enigma Core
Contact:

Re: How to Show Hardware ID ?

Post by prasid »

Hi buzzard,

Enable this when protect?

Image
Post Reply