【发布时间】:2016-01-06 14:31:12
【问题描述】:
我知道阻塞系统,但这种方式不安全
Dim ws As New WebClient
Dim str As String = ws.DownloadString("http://blocksys.com/Devil.txt")
If str = "blocking" Then
MessageBox.Show("This application has been blocked by administrator", "Application blocked", MessageBoxButtons.OK, MessageBoxIcon.Error)
Application.Exit()
End If
End If
这种方式不安全所以
请教我另一种方法
谢谢你
【问题讨论】:
-
请解释您所说的“阻止”、“安全”、“永久”和“远程”是什么意思。
标签: vb.net