Code:
If textbox1.Text("#remove") Then
Form1.Button8.Enabled = True
Form1.Button9.Enabled = True
Else
MsgBox("Lizenzschlüssel ist falsch!!", MsgBoxStyle.Critical, "Error")
End If
Code:
Fehler 1 Der Wert vom Typ "Char" kann nicht in "Boolean" konvertiert werden.
bitte um hilfe






