2017-11-17 158 views

回答

1
Dim content = My.Computer.FileSystem.ReadAllText(filePath) 
If content.Contains(stringToSearch) Then 
    Dim form As New Form2 
    form.Show() 
End If 
+0

效果很不錯,謝謝! –

相關問題