我想*在输入框中使用字符但出现错误提示
conversion from "*" to string invalid
Run Code Online (Sandbox Code Playgroud)
如何让我的输入框将键入的文本隐藏到密码字符中?
这是我的代码
Dim value As String
value = InputBox("Security Check", " Enter password", "*")
If value = "123456" Then
numr.Enabled = True
End If
End Sub
Run Code Online (Sandbox Code Playgroud) vb.net ×1