Hi,
It seems that I am having a small moment when trying to use VB Net.
On a Windows Form I have a De-Activate & Activate Button.
De-Activate = TurboActivate.Deactivate(False)
For some reason whatever text / serial I enter into a textbox the product is always Activated ?
I'm sure it's me but can anyone help.
De-Activate = TurboActivate.Deactivate(False)
Activate Button Code
Dim Activatecode As String
Activatecode = TextBox4.Text
TurboActivate.CheckAndSavePKey(Activatecode)
TurboActivate.Activate()
If TurboActivate.IsActivated = True Then TextBox2.Text = "Product Code Activated" End If
If TurboActivate.IsActivated = False Then TextBox2.Text = "Product not Activated" End If