判断短信猫状态

FoxSMS有一个Ready属性,短信猫打开的时候返回True,关闭的时候返回False,例如:

If FoxSMS.Ready = False Then
    MessageBox.Show(
"请先连接短信猫!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information)
End
If


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