RT:
If UKey.Start() Then
Dim
Val
As String = "联想Lenovo"
If UKey.LenStrA(Val) > 50 Then
MessageBox.Show("用户名长度不能超过50个字节!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information)
Else
If UKey.WriteStr(0,val,"46DFA0D7","C292C1DB") = True
MessageBox.Show("成功写入数据!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information)
End If
End If
End If
采用官方的例子!也是写入失败!
首先确认,读写密码正确。 测试过N次,只要写入字母和数字都可以,就是不能写入汉字!
请官方给出解答!