启动UKey

在使用UKey之前,必须执行Start方法来启动UKey。
Start方法返回一个逻辑值,如果成功启动UKey,则返回True,否则返回False.

例如:

If UKey.Start() Then
   
MessageBox.Show("已经启动UKey!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information)
Else
   
MessageBox.Show("启动UKey失败!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information)
End If


本页地址:http://www.foxtable.com/webhelp/topics/2659.htm